diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-07 16:51:07 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-07 16:51:07 +0800 |
commit | 72853c4382fa1b51e384223da34427d3579fe48a (patch) | |
tree | 1875ab404f159106f4069fdc1ac2a3c7c5cea4dd | |
parent | 222068b9bac6c386e499cb6b0fc2af562fcd309e (diff) | |
download | tangerine-tests-72853c4382fa1b51e384223da34427d3579fe48a.tar tangerine-tests-72853c4382fa1b51e384223da34427d3579fe48a.tar.gz tangerine-tests-72853c4382fa1b51e384223da34427d3579fe48a.tar.bz2 tangerine-tests-72853c4382fa1b51e384223da34427d3579fe48a.tar.lz tangerine-tests-72853c4382fa1b51e384223da34427d3579fe48a.tar.xz tangerine-tests-72853c4382fa1b51e384223da34427d3579fe48a.tar.zst tangerine-tests-72853c4382fa1b51e384223da34427d3579fe48a.zip |
corrected amount of used gas for CallToNameRegistratorOutOfGas
-rw-r--r-- | vmtests/vmSystemOperationsTest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vmtests/vmSystemOperationsTest.json b/vmtests/vmSystemOperationsTest.json index e0f64d763..f5aa6da2f 100644 --- a/vmtests/vmSystemOperationsTest.json +++ b/vmtests/vmSystemOperationsTest.json @@ -281,7 +281,7 @@ "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", "value" : "100000" }, - "gas" : "865", + "gas" : "764", "out" : "0x", "post" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { @@ -1003,7 +1003,7 @@ "gas" : "10000", "gasPrice" : "100000000000000", "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "1000000000000000000" + "value" : "100" }, "gas" : "9792", "out" : "0x", |