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