diff options
author | Gav Wood <i@gavwood.com> | 2014-12-13 00:22:41 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-12-13 00:22:41 +0800 |
commit | a70c4b51a4a2983d4331d11002e5eb05572e47ae (patch) | |
tree | 9c746d6536e6e9ce3fdca86b95b09798d4ce3fae /StateTests | |
parent | f1464676074592ee410804653f6c191b931b24f1 (diff) | |
download | tangerine-tests-a70c4b51a4a2983d4331d11002e5eb05572e47ae.tar tangerine-tests-a70c4b51a4a2983d4331d11002e5eb05572e47ae.tar.gz tangerine-tests-a70c4b51a4a2983d4331d11002e5eb05572e47ae.tar.bz2 tangerine-tests-a70c4b51a4a2983d4331d11002e5eb05572e47ae.tar.lz tangerine-tests-a70c4b51a4a2983d4331d11002e5eb05572e47ae.tar.xz tangerine-tests-a70c4b51a4a2983d4331d11002e5eb05572e47ae.tar.zst tangerine-tests-a70c4b51a4a2983d4331d11002e5eb05572e47ae.zip |
Fix return tests.
Diffstat (limited to 'StateTests')
-rw-r--r-- | StateTests/stSystemOperationsTest.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/StateTests/stSystemOperationsTest.json b/StateTests/stSystemOperationsTest.json index 8a7e0e6c3..a74d32ae5 100644 --- a/StateTests/stSystemOperationsTest.json +++ b/StateTests/stSystemOperationsTest.json @@ -5388,14 +5388,14 @@ } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "512", + "balance" : "507", "code" : "0x", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999999999899488", + "balance" : "999999999999899493", "code" : "0x", "nonce" : "1", "storage" : { @@ -5449,14 +5449,14 @@ } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "517", + "balance" : "507", "code" : "0x", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999999999899483", + "balance" : "999999999999899493", "code" : "0x", "nonce" : "1", "storage" : { @@ -5510,14 +5510,14 @@ } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "673", + "balance" : "508", "code" : "0x", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999999999899327", + "balance" : "999999999999899492", "code" : "0x", "nonce" : "1", "storage" : { @@ -5827,4 +5827,4 @@ "value" : "100000" } } -}
\ No newline at end of file +} |