diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-12-02 01:04:51 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-12-02 01:04:51 +0800 |
commit | cfdca6227716b66bd64b64c6aab864fde69336d3 (patch) | |
tree | dced01aaa8321d8765a75aed8b4d86e6ba4c65c3 | |
parent | 2e5175e818d817cda4607f9e731632393e2eb93e (diff) | |
parent | f59f89d876c0e44d88b3daa4f0d26e6764ccbe0b (diff) | |
download | dexon-cfdca6227716b66bd64b64c6aab864fde69336d3.tar.gz dexon-cfdca6227716b66bd64b64c6aab864fde69336d3.tar.zst dexon-cfdca6227716b66bd64b64c6aab864fde69336d3.zip |
Merge pull request #42 from negedzuregal/fix
vmTest fix
-rw-r--r-- | VMTests/vmArithmeticTest.json | 14 | ||||
-rw-r--r-- | VMTests/vmEnvironmentalInfoTest.json | 10 |
2 files changed, 12 insertions, 12 deletions
diff --git a/VMTests/vmArithmeticTest.json b/VMTests/vmArithmeticTest.json index 28d6a88ed..2ba56f4bc 100644 --- a/VMTests/vmArithmeticTest.json +++ b/VMTests/vmArithmeticTest.json @@ -777,7 +777,7 @@ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", "value" : "1000000000000000000" }, - "gas" : "9696", + "gas" : "9695", "logs" : { }, "out" : "0x", @@ -822,7 +822,7 @@ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", "value" : "1000000000000000000" }, - "gas" : "9696", + "gas" : "9664", "logs" : { }, "out" : "0x", @@ -867,7 +867,7 @@ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", "value" : "1000000000000000000" }, - "gas" : "9696", + "gas" : "9692", "logs" : { }, "out" : "0x", @@ -912,7 +912,7 @@ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", "value" : "1000000000000000000" }, - "gas" : "9896", + "gas" : "9892", "logs" : { }, "out" : "0x", @@ -1001,7 +1001,7 @@ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", "value" : "1000000000000000000" }, - "gas" : "9696", + "gas" : "9695", "logs" : { }, "out" : "0x", @@ -1046,7 +1046,7 @@ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", "value" : "1000000000000000000" }, - "gas" : "9696", + "gas" : "9694", "logs" : { }, "out" : "0x", @@ -1091,7 +1091,7 @@ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", "value" : "1000000000000000000" }, - "gas" : "9896", + "gas" : "9894", "logs" : { }, "out" : "0x", 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", |