diff options
Diffstat (limited to 'src/TransactionTestsFiller/ttEip158/libsecp256k1testFiller.json')
-rw-r--r-- | src/TransactionTestsFiller/ttEip158/libsecp256k1testFiller.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/TransactionTestsFiller/ttEip158/libsecp256k1testFiller.json b/src/TransactionTestsFiller/ttEip158/libsecp256k1testFiller.json new file mode 100644 index 000000000..9d5078df8 --- /dev/null +++ b/src/TransactionTestsFiller/ttEip158/libsecp256k1testFiller.json @@ -0,0 +1,18 @@ +{ + "libsecp256k1test": { + "expect" : "valid", + "blocknumber" : "2675000", + "sender" : "170ad78f26da62f591fa3fe3d54c30016167cbbf", + "transaction": { + "nonce": "0", + "gasPrice": "0x09184e72a000", + "gasLimit": "0xf388", + "to": "", + "data": "0x", + "r": "44", + "s": "4", + "v": "27", + "value": "0" + } + } +} |