diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-23 18:01:05 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-23 18:01:05 +0800 |
commit | 834c52af6406b9af429104408ca7bcbc525efe5c (patch) | |
tree | beac0b3c2d9854e8adca529d9ba67e2d927b275b /vmtests/vmPushDupSwapTest.json | |
parent | c73a8a89d23cbdaf80875667437d57c3ee32f08a (diff) | |
download | dexon-tests-834c52af6406b9af429104408ca7bcbc525efe5c.tar dexon-tests-834c52af6406b9af429104408ca7bcbc525efe5c.tar.gz dexon-tests-834c52af6406b9af429104408ca7bcbc525efe5c.tar.bz2 dexon-tests-834c52af6406b9af429104408ca7bcbc525efe5c.tar.lz dexon-tests-834c52af6406b9af429104408ca7bcbc525efe5c.tar.xz dexon-tests-834c52af6406b9af429104408ca7bcbc525efe5c.tar.zst dexon-tests-834c52af6406b9af429104408ca7bcbc525efe5c.zip |
Changing gas cost to zero at stackunderflow
Diffstat (limited to 'vmtests/vmPushDupSwapTest.json')
-rw-r--r-- | vmtests/vmPushDupSwapTest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vmtests/vmPushDupSwapTest.json b/vmtests/vmPushDupSwapTest.json index 444ccc5d8..f7fcb335d 100644 --- a/vmtests/vmPushDupSwapTest.json +++ b/vmtests/vmPushDupSwapTest.json @@ -407,7 +407,7 @@ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", "value" : "1000000000000000000" }, - "gas" : "9998", + "gas" : "9999", "out" : "0x", "post" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { @@ -2555,7 +2555,7 @@ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", "value" : "1000000000000000000" }, - "gas" : "9997", + "gas" : "9998", "out" : "0x", "post" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { |