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 /stRecursiveCreateFiller.json | |
parent | 56125431cbc3b0a2a2b319bb692a7adbce35cbd8 (diff) | |
download | dexon-solidity-4d760868602ec35e4d6013c854b405d5b6def8a8.tar.gz dexon-solidity-4d760868602ec35e4d6013c854b405d5b6def8a8.tar.zst dexon-solidity-4d760868602ec35e4d6013c854b405d5b6def8a8.zip |
nonce value from 0 to "0" in fillers
Diffstat (limited to 'stRecursiveCreateFiller.json')
-rw-r--r-- | stRecursiveCreateFiller.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stRecursiveCreateFiller.json b/stRecursiveCreateFiller.json index 0d18fb7a..25a909d9 100644 --- a/stRecursiveCreateFiller.json +++ b/stRecursiveCreateFiller.json @@ -11,13 +11,13 @@ "pre": { "095e7baea6a6c7c4c2dfeb977efac326af552d87": { "balance": "20000000", - "nonce": 0, + "nonce" : "0", "code": "{(CODECOPY 0 0 32)(CREATE 0 0 32)}", "storage": {} }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b": { "balance": "1000000000000000000", - "nonce": 0, + "nonce" : "0", "code": "", "storage": {} } |