diff options
author | vbuterin <v@buterin.com> | 2014-10-07 22:10:23 +0800 |
---|---|---|
committer | vbuterin <v@buterin.com> | 2014-10-07 22:10:23 +0800 |
commit | 1a67a96cff2fba02e57a82d65007cec99dcc313c (patch) | |
tree | 1c33ec04a2127ac10632872be878a0bb9e0f3b9b | |
parent | a4f5f45228b6f3ebf8ea77c47515149a3df2bc24 (diff) | |
parent | ffd6bc97adfbc83b6e0c50cdf072fd58f94ace69 (diff) | |
download | dexon-tests-1a67a96cff2fba02e57a82d65007cec99dcc313c.tar dexon-tests-1a67a96cff2fba02e57a82d65007cec99dcc313c.tar.gz dexon-tests-1a67a96cff2fba02e57a82d65007cec99dcc313c.tar.bz2 dexon-tests-1a67a96cff2fba02e57a82d65007cec99dcc313c.tar.lz dexon-tests-1a67a96cff2fba02e57a82d65007cec99dcc313c.tar.xz dexon-tests-1a67a96cff2fba02e57a82d65007cec99dcc313c.tar.zst dexon-tests-1a67a96cff2fba02e57a82d65007cec99dcc313c.zip |
Merge pull request #18 from CJentzsch/develop
CallToNameRegistratorOutOfGas balance correction
-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 241df0d9c..c3e339f24 100644 --- a/vmtests/vmSystemOperationsTest.json +++ b/vmtests/vmSystemOperationsTest.json @@ -468,7 +468,7 @@ } }, "945304eb96065b2a98b57a48a06ae28d285a71b5" : { - "balance" : "23", + "balance" : "46", "code" : "0x600035560f6009590060203560003557", "nonce" : "0", "storage" : { @@ -1482,4 +1482,4 @@ } } } -}
\ No newline at end of file +} |