diff options
author | Dimitry <dimitry@ethdev.com> | 2017-03-29 19:28:22 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethdev.com> | 2017-03-29 19:28:22 +0800 |
commit | 0d7e2ba8a2c72831696e8bcd09ce0cedeb01e027 (patch) | |
tree | a72934926acf759dcd3ef8c4e78e1797f3bd71ea /src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransacrionCreatePrice0Filler.json | |
parent | f5f929f33bcc3e6b4d2908346dbbdd614bf50571 (diff) | |
download | dexon-tests-0d7e2ba8a2c72831696e8bcd09ce0cedeb01e027.tar dexon-tests-0d7e2ba8a2c72831696e8bcd09ce0cedeb01e027.tar.gz dexon-tests-0d7e2ba8a2c72831696e8bcd09ce0cedeb01e027.tar.bz2 dexon-tests-0d7e2ba8a2c72831696e8bcd09ce0cedeb01e027.tar.lz dexon-tests-0d7e2ba8a2c72831696e8bcd09ce0cedeb01e027.tar.xz dexon-tests-0d7e2ba8a2c72831696e8bcd09ce0cedeb01e027.tar.zst dexon-tests-0d7e2ba8a2c72831696e8bcd09ce0cedeb01e027.zip |
zeroSig Transaction state tests
Diffstat (limited to 'src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransacrionCreatePrice0Filler.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransacrionCreatePrice0Filler.json | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransacrionCreatePrice0Filler.json b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransacrionCreatePrice0Filler.json index bf1fefee1..189fead65 100644 --- a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransacrionCreatePrice0Filler.json +++ b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransacrionCreatePrice0Filler.json @@ -19,7 +19,10 @@ "result" : { "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { "shouldnotexist" : "1" - } + }, + "ffffffffffffffffffffffffffffffffffffffff" : { + "nonce" : "0" + } } }, { @@ -32,7 +35,10 @@ "result" : { "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { "shouldnotexist" : "1" - } + }, + "ffffffffffffffffffffffffffffffffffffffff" : { + "nonce" : "0" + } } }, { @@ -45,7 +51,10 @@ "result" : { "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { "shouldnotexist" : "1" - } + }, + "ffffffffffffffffffffffffffffffffffffffff" : { + "nonce" : "0" + } } }, { @@ -57,9 +66,12 @@ "network" : ["Metropolis"], "result" : { "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { - "balance" : "0x01", + "balance" : "0x00", "nonce" : "0x01" - } + }, + "ffffffffffffffffffffffffffffffffffffffff" : { + "nonce" : "0" + } } } ], @@ -86,7 +98,7 @@ "s" : "0", "to" : "", "value" : [ - "1" + "0" ] } } |