diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-07 00:54:36 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-07 00:54:36 +0800 |
commit | a441074ba4b057e2918735f7427841b92aa3c16e (patch) | |
tree | e25f96184a5b76f4c496cfccc9a9bd6368cda110 /StateTests/stExample.json | |
parent | 0afa72c82be2f4996d1662dfbf9e019c5267c6b1 (diff) | |
download | dexon-tests-a441074ba4b057e2918735f7427841b92aa3c16e.tar dexon-tests-a441074ba4b057e2918735f7427841b92aa3c16e.tar.gz dexon-tests-a441074ba4b057e2918735f7427841b92aa3c16e.tar.bz2 dexon-tests-a441074ba4b057e2918735f7427841b92aa3c16e.tar.lz dexon-tests-a441074ba4b057e2918735f7427841b92aa3c16e.tar.xz dexon-tests-a441074ba4b057e2918735f7427841b92aa3c16e.tar.zst dexon-tests-a441074ba4b057e2918735f7427841b92aa3c16e.zip |
Updated precompiled contracts test
Diffstat (limited to 'StateTests/stExample.json')
-rw-r--r-- | StateTests/stExample.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/StateTests/stExample.json b/StateTests/stExample.json index 685baa7ed..875cf379c 100644 --- a/StateTests/stExample.json +++ b/StateTests/stExample.json @@ -37,14 +37,14 @@ "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "1000000000000000000", "code" : "0x6001600101600055", - "nonce" : 0, + "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "1000000000000000000", - "code" : "", - "nonce" : 0, + "code" : "0x", + "nonce" : "0", "storage" : { } } |