diff options
Diffstat (limited to 'src/TransactionTestsFiller/ttHomestead/RSsecp256k1Filler.json')
-rw-r--r-- | src/TransactionTestsFiller/ttHomestead/RSsecp256k1Filler.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/TransactionTestsFiller/ttHomestead/RSsecp256k1Filler.json b/src/TransactionTestsFiller/ttHomestead/RSsecp256k1Filler.json new file mode 100644 index 000000000..21cdd2997 --- /dev/null +++ b/src/TransactionTestsFiller/ttHomestead/RSsecp256k1Filler.json @@ -0,0 +1,17 @@ +{ + "RSsecp256k1" : { + "expect" : "invalid", + "blocknumber" : "1150000", + "transaction" : { + "data" : "0x", + "gasLimit" : "21000", + "gasPrice" : "1", + "nonce" : "3", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "10", + "v" : "28", + "r" : "0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141", + "s" : "0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141" + } + } +} |