diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-04 20:31:27 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-04 20:31:27 +0800 |
commit | 9120274a46d696cda6d595b2ec5acc2947eb2b46 (patch) | |
tree | 0c4274fcdc55ac1fb8664c9c71dc4ed8dabe46c7 /StateTests/stExample.json | |
parent | 3aebe532e536eb6f6766ccac456c07023ab822e1 (diff) | |
download | dexon-9120274a46d696cda6d595b2ec5acc2947eb2b46.tar dexon-9120274a46d696cda6d595b2ec5acc2947eb2b46.tar.gz dexon-9120274a46d696cda6d595b2ec5acc2947eb2b46.tar.bz2 dexon-9120274a46d696cda6d595b2ec5acc2947eb2b46.tar.lz dexon-9120274a46d696cda6d595b2ec5acc2947eb2b46.tar.xz dexon-9120274a46d696cda6d595b2ec5acc2947eb2b46.tar.zst dexon-9120274a46d696cda6d595b2ec5acc2947eb2b46.zip |
Update tests to latest protocol changes (PoC7)
Diffstat (limited to 'StateTests/stExample.json')
-rw-r--r-- | StateTests/stExample.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StateTests/stExample.json b/StateTests/stExample.json index c3211c807..685baa7ed 100644 --- a/StateTests/stExample.json +++ b/StateTests/stExample.json @@ -12,7 +12,7 @@ "post" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "1000000000000100000", - "code" : "0x6001600101600057", + "code" : "0x6001600101600055", "nonce" : "0", "storage" : { "0x" : "0x02" @@ -36,7 +36,7 @@ "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "1000000000000000000", - "code" : "0x6001600101600057", + "code" : "0x6001600101600055", "nonce" : 0, "storage" : { } |