diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-06 16:17:27 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-06 16:17:27 +0800 |
commit | 0d5a301957e1b521ed2fa71c55c9d4c0564aec53 (patch) | |
tree | e7225b03f2b1b395ceb16f2379646ead1fcefa5a /vm.h | |
parent | d490d3197bf55a693f0043bd817475f137ba5f82 (diff) | |
download | dexon-solidity-0d5a301957e1b521ed2fa71c55c9d4c0564aec53.tar.gz dexon-solidity-0d5a301957e1b521ed2fa71c55c9d4c0564aec53.tar.zst dexon-solidity-0d5a301957e1b521ed2fa71c55c9d4c0564aec53.zip |
Bug fix, push callcreate before changing gas value in FakeExtVM
Diffstat (limited to 'vm.h')
-rw-r--r-- | vm.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,8 @@ along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>. namespace dev { namespace test { +struct FakeExtVMFailure : virtual Exception {}; + class FakeExtVM: public eth::ExtVMFace { public: |