From 8d38d62d1053ed7552211105e26b2e248a3db747 Mon Sep 17 00:00:00 2001
From: Nick Savers <nicksavers@gmail.com>
Date: Fri, 10 Oct 2014 18:09:41 +0200
Subject: [PATCH] INVALID stops the operation and doesn't cost gas

---
 vmtests/vmIOandFlowOperationsTest.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vmtests/vmIOandFlowOperationsTest.json b/vmtests/vmIOandFlowOperationsTest.json
index c23fa8542..7505ba86c 100644
--- a/vmtests/vmIOandFlowOperationsTest.json
+++ b/vmtests/vmIOandFlowOperationsTest.json
@@ -20,7 +20,7 @@
             "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
             "value" : "1000000000000000000"
         },
-        "gas" : "9997",
+        "gas" : "9998",
         "out" : "0x",
         "post" : {
             "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
@@ -1222,7 +1222,7 @@
             "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
             "value" : "1000000000000000000"
         },
-        "gas" : "9997",
+        "gas" : "9998",
         "out" : "0x",
         "post" : {
             "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
@@ -1243,4 +1243,4 @@
             }
         }
     }
-}
\ No newline at end of file
+}
-- 
GitLab