diff options
author | winsvega <winsvega@mail.ru> | 2015-02-06 23:28:48 +0800 |
---|---|---|
committer | winsvega <winsvega@mail.ru> | 2015-02-06 23:28:48 +0800 |
commit | 4d760868602ec35e4d6013c854b405d5b6def8a8 (patch) | |
tree | f4a535794981ecb356528118fa81234dd338c92c /stBlockHashTestFiller.json | |
parent | 56125431cbc3b0a2a2b319bb692a7adbce35cbd8 (diff) | |
download | dexon-solidity-4d760868602ec35e4d6013c854b405d5b6def8a8.tar dexon-solidity-4d760868602ec35e4d6013c854b405d5b6def8a8.tar.gz dexon-solidity-4d760868602ec35e4d6013c854b405d5b6def8a8.tar.bz2 dexon-solidity-4d760868602ec35e4d6013c854b405d5b6def8a8.tar.lz dexon-solidity-4d760868602ec35e4d6013c854b405d5b6def8a8.tar.xz dexon-solidity-4d760868602ec35e4d6013c854b405d5b6def8a8.tar.zst dexon-solidity-4d760868602ec35e4d6013c854b405d5b6def8a8.zip |
nonce value from 0 to "0" in fillers
Diffstat (limited to 'stBlockHashTestFiller.json')
-rw-r--r-- | stBlockHashTestFiller.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/stBlockHashTestFiller.json b/stBlockHashTestFiller.json index ccbff5d2..af223497 100644 --- a/stBlockHashTestFiller.json +++ b/stBlockHashTestFiller.json @@ -11,13 +11,13 @@ "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "1000000000000000000", - "nonce" : 0, + "nonce" : "0", "code" : "{ [[ 0 ]] (BLOCKHASH 0) [[ 1 ]] (BLOCKHASH 5) [[ 2 ]] (BLOCKHASH 4) }", "storage": {} }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "100000", - "nonce" : 0, + "nonce" : "0", "code" : "", "storage": {} } @@ -45,13 +45,13 @@ "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "1000000000000000000", - "nonce" : 0, + "nonce" : "0", "code" : "{ [[ 0 ]] (BLOCKHASH 0) [[ 1 ]] (BLOCKHASH 257) [[ 2 ]] (BLOCKHASH 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff) }", "storage": {} }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "100000", - "nonce" : 0, + "nonce" : "0", "code" : "", "storage": {} } @@ -79,13 +79,13 @@ "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "1000000000000000000", - "nonce" : 0, + "nonce" : "0", "code" : "{ [[ 0 ]] (BLOCKHASH 1) [[ 1 ]] (BLOCKHASH 2) [[ 2 ]] (BLOCKHASH 256) }", "storage": {} }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "100000", - "nonce" : 0, + "nonce" : "0", "code" : "", "storage": {} } |