diff options
split transaction tests into separate files
Diffstat (limited to 'TransactionTests/ttEip158/TransactionWithHihghGasPrice.json')
-rw-r--r-- | TransactionTests/ttEip158/TransactionWithHihghGasPrice.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/TransactionTests/ttEip158/TransactionWithHihghGasPrice.json b/TransactionTests/ttEip158/TransactionWithHihghGasPrice.json new file mode 100644 index 000000000..28e02fabe --- /dev/null +++ b/TransactionTests/ttEip158/TransactionWithHihghGasPrice.json @@ -0,0 +1,24 @@ +{ + "TransactionWithHihghGasPrice" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttEip158/TransactionWithHihghGasPriceFiller.json" + }, + "blocknumber" : "2675000", + "hash" : "a8e3bf6467c82377db6cad795ed8063430f17a0ab45ce2fce65ee849fd8582a0", + "rlp" : "0xf87f80a0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82520894095e7baea6a6c7c4c2dfeb977efac326af552d8780801ba098ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4aa01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "sender" : "e2e601b6c0cc72dbc610dae99ff255fd36cb52e8", + "transaction" : { + "data" : "", + "gasLimit" : "0x5208", + "gasPrice" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "nonce" : "0x00", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", + "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x1b", + "value" : "0x00" + } + } +}
\ No newline at end of file |