diff options
Diffstat (limited to 'src/TransactionTestsFiller/ttEip158/TransactionWithRSvalue1Filler.json')
-rw-r--r-- | src/TransactionTestsFiller/ttEip158/TransactionWithRSvalue1Filler.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/TransactionTestsFiller/ttEip158/TransactionWithRSvalue1Filler.json b/src/TransactionTestsFiller/ttEip158/TransactionWithRSvalue1Filler.json new file mode 100644 index 000000000..347f38b80 --- /dev/null +++ b/src/TransactionTestsFiller/ttEip158/TransactionWithRSvalue1Filler.json @@ -0,0 +1,19 @@ +{ + "TransactionWithRSvalue1" : { + "expect" : "valid", + "blocknumber" : "2675000", + "sender" : "98c188f183d4e93ff2bffadd145f39b4a792ed85", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "1", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "11", + "v" : "27", + "r" : "1", + "s" : "1" + } + } +} |