aboutsummaryrefslogtreecommitdiffstats
path: root/src/TransactionTestsFiller/ttEip158/TransactionWithRSvalue1Filler.json
blob: 347f38b8040cef9e8145e8cddf0517c8dcac58ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "TransactionWithRSvalue1" : {
    "expect" : "valid",
    "blocknumber" : "2675000",
    "sender" : "98c188f183d4e93ff2bffadd145f39b4a792ed85",
        "transaction" :
        {
            "data" : "",
            "gasLimit" : "21000",
            "gasPrice" : "1",
            "nonce" : "0",
            "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
            "value" : "11",
            "v" : "27",
            "r" : "1",
            "s" : "1"
        }
    }
}