diff --git a/libethereum/ExtVM.cpp b/libethereum/ExtVM.cpp index 2beb11cf0..c0591cef5 100644 --- a/libethereum/ExtVM.cpp +++ b/libethereum/ExtVM.cpp @@ -28,10 +28,6 @@ using namespace dev::eth; bool ExtVM::call(CallParameters& _p) { - // clear output memory - for (auto& i: _p.out) - i = 0; - Executive e(m_s, lastHashes, depth + 1); if (!e.call(_p, gasPrice, origin)) {