diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-23 17:25:34 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-23 17:25:34 +0800 |
commit | d865275202fbd141c55056c6f525f9ecf9b2e507 (patch) | |
tree | 97fd20bee16ff73034de42668d29d2459f196e88 /vm.cpp | |
parent | c7a101dec321d5bd6fb0c0875b772527cd69a8b4 (diff) | |
download | dexon-solidity-d865275202fbd141c55056c6f525f9ecf9b2e507.tar.gz dexon-solidity-d865275202fbd141c55056c6f525f9ecf9b2e507.tar.zst dexon-solidity-d865275202fbd141c55056c6f525f9ecf9b2e507.zip |
Changing gas cost to zero at stackunderflow
Diffstat (limited to 'vm.cpp')
-rw-r--r-- | vm.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -24,7 +24,7 @@ #include <libdevcore/CommonIO.h> #include <boost/filesystem/path.hpp> -#define FILL_TESTS +//#define FILL_TESTS using namespace std; using namespace json_spirit; @@ -751,4 +751,3 @@ BOOST_AUTO_TEST_CASE(vmSystemOperationsTest) { dev::test::executeTests("vmSystemOperationsTest"); } - |