diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-12 14:00:17 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-12 14:00:17 +0800 |
commit | d06b792cd0c80d48aa206dd9126b515e4fb1d606 (patch) | |
tree | b0626df21b44959033f001c4de39276e568af585 /StateTests | |
parent | d434ecdcc37af4bb53058a43884df8085c5efe73 (diff) | |
download | tangerine-tests-d06b792cd0c80d48aa206dd9126b515e4fb1d606.tar tangerine-tests-d06b792cd0c80d48aa206dd9126b515e4fb1d606.tar.gz tangerine-tests-d06b792cd0c80d48aa206dd9126b515e4fb1d606.tar.bz2 tangerine-tests-d06b792cd0c80d48aa206dd9126b515e4fb1d606.tar.lz tangerine-tests-d06b792cd0c80d48aa206dd9126b515e4fb1d606.tar.xz tangerine-tests-d06b792cd0c80d48aa206dd9126b515e4fb1d606.tar.zst tangerine-tests-d06b792cd0c80d48aa206dd9126b515e4fb1d606.zip |
minor change in CallSha256_1_nonzeroValue test
Diffstat (limited to 'StateTests')
-rw-r--r-- | StateTests/stPreCompiledContracts.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/StateTests/stPreCompiledContracts.json b/StateTests/stPreCompiledContracts.json index 86b8ded50..e54b3d38a 100644 --- a/StateTests/stPreCompiledContracts.json +++ b/StateTests/stPreCompiledContracts.json @@ -1094,15 +1094,15 @@ "out" : "0x", "post" : { "0000000000000000000000000000000000000002" : { - "balance" : "13", + "balance" : "19", "code" : "0x", "nonce" : "0", "storage" : { } }, "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "20099987", - "code" : "0x6020600060006000600d60026101f4f1600255600051600055", + "balance" : "20099981", + "code" : "0x6020600060006000601360026101f4f1600255600051600055", "nonce" : "0", "storage" : { "0x" : "0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", @@ -1127,7 +1127,7 @@ "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "20000000", - "code" : "0x6020600060006000600d60026101f4f1600255600051600055", + "code" : "0x6020600060006000601360026101f4f1600255600051600055", "nonce" : "0", "storage" : { } |