From d865275202fbd141c55056c6f525f9ecf9b2e507 Mon Sep 17 00:00:00 2001 From: Christoph Jentzsch Date: Thu, 23 Oct 2014 11:25:34 +0200 Subject: Changing gas cost to zero at stackunderflow --- vm.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vm.cpp b/vm.cpp index 36837eea..2e4571be 100644 --- a/vm.cpp +++ b/vm.cpp @@ -24,7 +24,7 @@ #include #include -#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"); } - -- cgit