mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CALL_STATELESS
This commit is contained in:
parent
60458e3fd9
commit
d0d1e91a68
2
vm.cpp
2
vm.cpp
@ -80,7 +80,7 @@ public:
|
||||
return na;
|
||||
}
|
||||
|
||||
bool call(Address _receiveAddress, u256 _value, bytesConstRef _data, u256* _gas, bytesRef _out, OnOpFunc)
|
||||
bool call(Address _receiveAddress, u256 _value, bytesConstRef _data, u256* _gas, bytesRef _out, OnOpFunc, Address, Address)
|
||||
{
|
||||
/* if (get<0>(addresses[myAddress]) >= _value)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user