diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-14 06:17:13 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-14 06:17:13 +0800 |
commit | f1de1cc97a556adad8a4a864267150c39bef4d85 (patch) | |
tree | f89214bd95bc74f5ca67a6177184d4ada3a1dfbb /StateTests | |
parent | d06b792cd0c80d48aa206dd9126b515e4fb1d606 (diff) | |
download | dexon-tests-f1de1cc97a556adad8a4a864267150c39bef4d85.tar dexon-tests-f1de1cc97a556adad8a4a864267150c39bef4d85.tar.gz dexon-tests-f1de1cc97a556adad8a4a864267150c39bef4d85.tar.bz2 dexon-tests-f1de1cc97a556adad8a4a864267150c39bef4d85.tar.lz dexon-tests-f1de1cc97a556adad8a4a864267150c39bef4d85.tar.xz dexon-tests-f1de1cc97a556adad8a4a864267150c39bef4d85.tar.zst dexon-tests-f1de1cc97a556adad8a4a864267150c39bef4d85.zip |
Fix CallRecursiveBomb2
Diffstat (limited to 'StateTests')
-rw-r--r-- | StateTests/stSystemOperationsTest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/StateTests/stSystemOperationsTest.json b/StateTests/stSystemOperationsTest.json index a4aff1c0f..52d9067cf 100644 --- a/StateTests/stSystemOperationsTest.json +++ b/StateTests/stSystemOperationsTest.json @@ -592,19 +592,19 @@ "code" : "0x600160005401600055600060006000600060003060e05a03f1600155", "nonce" : "0", "storage" : { - "0x" : "0x0400", + "0x" : "0x03ff", "0x01" : "0x01" } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "260976", + "balance" : "261078", "code" : "0x", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999999999639024", + "balance" : "999999999999638922", "code" : "0x", "nonce" : "1", "storage" : { |