mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc
Conflicts: libevmjit/Compiler.cpp
This commit is contained in:
commit
5546ac9f94
2
vm.cpp
2
vm.cpp
@ -471,7 +471,7 @@ h160 FakeState::createNewAddress(Address _newAddress, Address _sender, u256 _end
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Set up new account...
|
// Set up new account...
|
||||||
m_cache[_newAddress] = AddressState(0, balance(_newAddress) + _endowment, h256(), h256());
|
m_cache[_newAddress] = Account(0, balance(_newAddress) + _endowment, h256(), h256());
|
||||||
|
|
||||||
// Execute init code.
|
// Execute init code.
|
||||||
auto vmObj = VMFace::create(getVMKind(), *_gas);
|
auto vmObj = VMFace::create(getVMKind(), *_gas);
|
||||||
|
Loading…
Reference in New Issue
Block a user