Browse Source

undo mem output change

cl-refactor
CJentzsch 10 years ago
parent
commit
5d68013af2
  1. 4
      libethereum/ExtVM.cpp

4
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))
{

Loading…
Cancel
Save