diff options
wallet transition transaction to EIP158
Diffstat (limited to 'src/GeneralStateTestsFiller/stTransactionTest/UserTransactionZeroCostFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stTransactionTest/UserTransactionZeroCostFiller.json | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/src/GeneralStateTestsFiller/stTransactionTest/UserTransactionZeroCostFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/UserTransactionZeroCostFiller.json index 2e9b903a5..062ddb52d 100644 --- a/src/GeneralStateTestsFiller/stTransactionTest/UserTransactionZeroCostFiller.json +++ b/src/GeneralStateTestsFiller/stTransactionTest/UserTransactionZeroCostFiller.json @@ -28,6 +28,26 @@ "balance" : "900" } } + }, + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, + "network" : ["EIP158"], + "result" : { + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "shouldnotexist" : "1" + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "42100", + "nonce" : "1" + }, + "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "900" + } + } } ], "pre" : { @@ -55,4 +75,4 @@ ] } } -}
\ No newline at end of file +} |