aboutsummaryrefslogtreecommitdiffstats
path: root/src/TransactionTestsFiller/ttZeroSigConstantinople/V_overflow64bitSignedFiller.json
blob: a6ac3281d542226080639f0ad9087954fc82ae4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "V_overflow64bitSigned" : {
    "expect" : "invalid",
    "blocknumber" : "0x500000",
        "transaction" :
        {
            "data" : "0x5544",
            "gasLimit" : "21000",
            "gasPrice" : "0",
            "nonce" : "0",
            "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
            "value" : "0",
            "v" : "18446744073709551388",
            "r" : "0",
            "s" : "0"
        }
    }
}