aboutsummaryrefslogtreecommitdiffstats
path: root/src/TransactionTestsFiller/ttZeroSigConstantinople/libsecp256k1testFiller.json
blob: b92fb6fd59dbcd878c3a8539a1291448e59196a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "libsecp256k1test": {
    "expect" : "invalid",
    "blocknumber" : "0x500000",
        "transaction": {
            "nonce": "0",
            "gasPrice": "0x09184e72a000",
            "gasLimit": "0xf388",
            "to": "",
            "data": "0x",
            "r": "0",
            "s": "0",
            "v": "1",
            "value": "0"
        }
    }
}