diff options
Diffstat (limited to 'src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionInvNonceFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionInvNonceFiller.json | 29 |
1 files changed, 10 insertions, 19 deletions
diff --git a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionInvNonceFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionInvNonceFiller.json index 730166c84..105e1c3b0 100644 --- a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionInvNonceFiller.json +++ b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionInvNonceFiller.json @@ -21,13 +21,16 @@ "storage" : { "0x00" : "0x00" } - } + }, + "ffffffffffffffffffffffffffffffffffffffff" : { + "nonce" : "0" + } } }, { "indexes" : { "data" : -1, - "gas" : [1,2], + "gas" : -1, "value" : -1 }, "network" : ["Metropolis"], @@ -36,22 +39,10 @@ "storage" : { "0x00" : "0x00" } - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : [0], - "value" : -1 - }, - "network" : ["Metropolis"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x01" - } - } + }, + "ffffffffffffffffffffffffffffffffffffffff" : { + "nonce" : "0" + } } } ], @@ -78,7 +69,7 @@ "gasLimit" : [ "60000", "21000", "121000" ], - "gasPrice" : "1", + "gasPrice" : "0", "nonce" : "10", "v" : "1", "r" : "0", |