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