diff options
author | alon muroch <alonmuroch@gmail.com> | 2014-12-01 23:18:12 +0800 |
---|---|---|
committer | alon muroch <alonmuroch@gmail.com> | 2014-12-01 23:18:12 +0800 |
commit | f59f89d876c0e44d88b3daa4f0d26e6764ccbe0b (patch) | |
tree | dced01aaa8321d8765a75aed8b4d86e6ba4c65c3 /VMTests | |
parent | 68da13fe3e2efe85898e8a4ffeb99e2a8f8c103d (diff) | |
download | dexon-tests-f59f89d876c0e44d88b3daa4f0d26e6764ccbe0b.tar dexon-tests-f59f89d876c0e44d88b3daa4f0d26e6764ccbe0b.tar.gz dexon-tests-f59f89d876c0e44d88b3daa4f0d26e6764ccbe0b.tar.bz2 dexon-tests-f59f89d876c0e44d88b3daa4f0d26e6764ccbe0b.tar.lz dexon-tests-f59f89d876c0e44d88b3daa4f0d26e6764ccbe0b.tar.xz dexon-tests-f59f89d876c0e44d88b3daa4f0d26e6764ccbe0b.tar.zst dexon-tests-f59f89d876c0e44d88b3daa4f0d26e6764ccbe0b.zip |
vmEnvironmentalInfoTest CALLDATACOPY, CODECOPY, EXTCODECOPY fix
Diffstat (limited to 'VMTests')
-rw-r--r-- | VMTests/vmEnvironmentalInfoTest.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/VMTests/vmEnvironmentalInfoTest.json b/VMTests/vmEnvironmentalInfoTest.json index 68c07bbab..b7d6ca7bb 100644 --- a/VMTests/vmEnvironmentalInfoTest.json +++ b/VMTests/vmEnvironmentalInfoTest.json @@ -303,7 +303,7 @@ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", "value" : "1000000000000000000" }, - "gas" : "99999999692", + "gas" : "99999999691", "logs" : { }, "out" : "0x", @@ -348,7 +348,7 @@ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", "value" : "1000000000000000000" }, - "gas" : "99999999692", + "gas" : "99999999691", "logs" : { }, "out" : "0x", @@ -797,7 +797,7 @@ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", "value" : "1000000000000000000" }, - "gas" : "99999999692", + "gas" : "99999999691", "logs" : { }, "out" : "0x", @@ -842,7 +842,7 @@ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", "value" : "1000000000000000000" }, - "gas" : "99999999692", + "gas" : "99999999691", "logs" : { }, "out" : "0x", @@ -932,7 +932,7 @@ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", "value" : "1000000000000000000" }, - "gas" : "99999999690", + "gas" : "99999999689", "logs" : { }, "out" : "0x", |