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