diff options
author | Gav Wood <i@gavwood.com> | 2014-09-04 03:28:37 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-09-04 03:28:37 +0800 |
commit | d0d1e91a685dda428af9dd41a3afd83424dc5775 (patch) | |
tree | eb199a64c083ca9a97c5b57271dcafbd5630c773 /vm.cpp | |
parent | 60458e3fd932d867a882adff8656cfd9a835c653 (diff) | |
download | dexon-solidity-d0d1e91a685dda428af9dd41a3afd83424dc5775.tar.gz dexon-solidity-d0d1e91a685dda428af9dd41a3afd83424dc5775.tar.zst dexon-solidity-d0d1e91a685dda428af9dd41a3afd83424dc5775.zip |
CALL_STATELESS
Diffstat (limited to 'vm.cpp')
-rw-r--r-- | vm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |