aboutsummaryrefslogtreecommitdiffstats
path: root/src/TransactionTestsFiller/ttConstantinople/invalidSignatureFiller.json
blob: a857575f0c3ef444e4a59f947b798fea98a3c869 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "invalidSignature" : {
        "expect" : "invalid",
    "blocknumber" : "0x500000",
        "transaction" : {
            "data" : "",
            "gasLimit" : "1000000",
            "gasPrice" : "0",
            "nonce" : "0",
            "r" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
            "s" : "0xbadf00d70ec28c94a3b55ec771bcbc70778d6ee0b51ca7ea9514594c861b1884",
            "v": "27",
            "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
            "value" : "100000"
        }
     }
}