diff options
author | Jeffrey Wilcke <obscuren@users.noreply.github.com> | 2014-10-07 16:56:17 +0800 |
---|---|---|
committer | Jeffrey Wilcke <obscuren@users.noreply.github.com> | 2014-10-07 16:56:17 +0800 |
commit | 49a9f47aec2dbd6e321298947929b3d0b5abc280 (patch) | |
tree | 1875ab404f159106f4069fdc1ac2a3c7c5cea4dd | |
parent | 3b0ec436e4c6808f98f1bc5bb5c66b4d2be4b4be (diff) | |
parent | 94a493b0d94163e3de96e1c4bb389ef745756f30 (diff) | |
download | dexon-49a9f47aec2dbd6e321298947929b3d0b5abc280.tar.gz dexon-49a9f47aec2dbd6e321298947929b3d0b5abc280.tar.zst dexon-49a9f47aec2dbd6e321298947929b3d0b5abc280.zip |
Merge pull request #16 from CJentzsch/develop
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", |