Browse Source

bugfix

cl-refactor
Christoph Jentzsch 10 years ago
parent
commit
68328e90d1
  1. 2
      test/vm.cpp

2
test/vm.cpp

@ -56,7 +56,7 @@ h160 FakeExtVM::create(u256 _endowment, u256* _gas, bytesConstRef _init, OnOpFun
get<3>(addresses[ret]) = m_s.code(ret);
}
t.receiveAddress = ret;
t.receiveAddress = Address();
callcreates.push_back(t);
return ret;
}

Loading…
Cancel
Save