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