aboutsummaryrefslogtreecommitdiffstats
path: root/src/TransactionTestsFiller/ttSpecConstantinople/ZeroSigTransactionV2Filler.json
blob: 4c8ace563a70c11d3e69e3390b22779f678d04f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "ZeroSigTransactionV2" : {
    "expect" : "invalid",
    "blocknumber" : "3094218",
    "sender" : "ffffffffffffffffffffffffffffffffffffffff",
        "transaction" :
        {
            "data" : "0x",
            "gasLimit" : "51000",
            "gasPrice" : "1",
            "nonce" : "3",
            "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
            "value" : "10",
            "v" : "2",
            "r" : "0",
            "s" : "0"
        }
    }
}