mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
bugfix
This commit is contained in:
parent
fb21574455
commit
f6e60137e9
2
vm.cpp
2
vm.cpp
@ -56,7 +56,7 @@ h160 FakeExtVM::create(u256 _endowment, u256* _gas, bytesConstRef _init, OnOpFun
|
|||||||
get<3>(addresses[ret]) = m_s.code(ret);
|
get<3>(addresses[ret]) = m_s.code(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
t.receiveAddress = ret;
|
t.receiveAddress = Address();
|
||||||
callcreates.push_back(t);
|
callcreates.push_back(t);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user