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