From 438d2b44edd22348a0233c49884a45239454f4bd Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 11 May 2015 09:56:17 +0200 Subject: [PATCH] small changes --- mix/ClientModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix/ClientModel.cpp b/mix/ClientModel.cpp index 8067f62c4..519b7ddf3 100644 --- a/mix/ClientModel.cpp +++ b/mix/ClientModel.cpp @@ -390,7 +390,7 @@ void ClientModel::executeSequence(vector const& _sequence, emit runStateChanged(); return; } - callAddress(Address(address.toStdString()), encoder.encodedData(), transaction); + callAddress(contractAddressIter->second, encoder.encodedData(), transaction); } m_gasCosts.append(m_client->lastExecution().gasUsed); }