aboutsummaryrefslogtreecommitdiffstats
path: root/src/TransactionTestsFiller/ttSignature/invalidSignatureFiller.json
blob: cb46e6ded5223e86d7112b70ef63b4b961cad1ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "invalidSignature" : {
    "expect" : [
            {
                "network" : ["ALL"],
                "result" : "invalid"
            }
        ],
        "transaction" : {
            "data" : "",
            "gasLimit" : "1000000",
            "gasPrice" : "0",
            "nonce" : "0",
            "r" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
            "s" : "0xbadf00d70ec28c94a3b55ec771bcbc70778d6ee0b51ca7ea9514594c861b1884",
            "v": "27",
            "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
            "value" : "100000"
        }
     }
}