diff options
update tests for cpp PR's
Diffstat (limited to 'GeneralStateTests/stTransactionTest/UserTransactionZeroCostWithData.json')
-rw-r--r-- | GeneralStateTests/stTransactionTest/UserTransactionZeroCostWithData.json | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/GeneralStateTests/stTransactionTest/UserTransactionZeroCostWithData.json b/GeneralStateTests/stTransactionTest/UserTransactionZeroCostWithData.json index bcf0588e4..4140db4cb 100644 --- a/GeneralStateTests/stTransactionTest/UserTransactionZeroCostWithData.json +++ b/GeneralStateTests/stTransactionTest/UserTransactionZeroCostWithData.json @@ -17,6 +17,14 @@ "gas" : 0, "value" : 0 } + }, + { + "hash" : "3a5e8a1cf1708fdf3de65990a78901893ff686d889e78b387e039206bb41b1ba", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "EIP158" : [ @@ -27,6 +35,14 @@ "gas" : 0, "value" : 0 } + }, + { + "hash" : "a58bfc327c55e66f416e226023e67a47dd01e8f1c9e370379ec936551dd4aeb1", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Frontier" : [ @@ -37,6 +53,14 @@ "gas" : 0, "value" : 0 } + }, + { + "hash" : "3a5e8a1cf1708fdf3de65990a78901893ff686d889e78b387e039206bb41b1ba", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Homestead" : [ @@ -47,6 +71,14 @@ "gas" : 0, "value" : 0 } + }, + { + "hash" : "3a5e8a1cf1708fdf3de65990a78901893ff686d889e78b387e039206bb41b1ba", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ] }, @@ -64,7 +96,8 @@ "0x3240349548983454" ], "gasLimit" : [ - "32600" + "32600", + "60000" ], "gasPrice" : "0x00", "nonce" : "0x00", |