diff options
author | Nick Savers <nicksavers@gmail.com> | 2014-10-11 00:09:41 +0800 |
---|---|---|
committer | Nick Savers <nicksavers@gmail.com> | 2014-10-11 00:09:41 +0800 |
commit | 8d38d62d1053ed7552211105e26b2e248a3db747 (patch) | |
tree | 98baa3f8bdcf5a48660ffa78fd0f74c22310e3fa | |
parent | dfe66cab3fb533003ddaec7250d8fffbf3fbad65 (diff) | |
download | go-tangerine-8d38d62d1053ed7552211105e26b2e248a3db747.tar go-tangerine-8d38d62d1053ed7552211105e26b2e248a3db747.tar.gz go-tangerine-8d38d62d1053ed7552211105e26b2e248a3db747.tar.bz2 go-tangerine-8d38d62d1053ed7552211105e26b2e248a3db747.tar.lz go-tangerine-8d38d62d1053ed7552211105e26b2e248a3db747.tar.xz go-tangerine-8d38d62d1053ed7552211105e26b2e248a3db747.tar.zst go-tangerine-8d38d62d1053ed7552211105e26b2e248a3db747.zip |
INVALID stops the operation and doesn't cost gas
-rw-r--r-- | vmtests/vmIOandFlowOperationsTest.json | 6 |
1 files 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 +} |