diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-28 05:33:23 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-28 05:33:23 +0800 |
commit | a0cfe7aeef1fd18b4cc7e8a62f3f788c0619d80c (patch) | |
tree | 38f2a75548cc7584b4d6c5e06eda16f78f430ed8 /vm.cpp | |
parent | 8f05f86e1638a73540fd7f903db76c71ae215ef4 (diff) | |
download | dexon-solidity-a0cfe7aeef1fd18b4cc7e8a62f3f788c0619d80c.tar.gz dexon-solidity-a0cfe7aeef1fd18b4cc7e8a62f3f788c0619d80c.tar.zst dexon-solidity-a0cfe7aeef1fd18b4cc7e8a62f3f788c0619d80c.zip |
Update vm.cpp
Diffstat (limited to 'vm.cpp')
-rw-r--r-- | vm.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -486,9 +486,6 @@ h160 FakeState::createNewAddress(Address _newAddress, Address _sender, u256 _end return _newAddress; } - - - namespace dev { namespace test { void doTests(json_spirit::mValue& v, bool _fillin) |