Skip to content

Commit f861535

Browse files
authored
cmd/evm: update tests for SetCodeAuthorization JSON encoding change (#30936)
Fixing a regression introduced by 73a4ecf, which I accidentally pushed to the master branch directly.
1 parent 73a4ecf commit f861535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/evm/testdata/33/txs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"chainId": "0x1",
1717
"address": "0x000000000000000000000000000000000000aaaa",
1818
"nonce": "0x1",
19-
"v": "0x1",
19+
"yParity": "0x1",
2020
"r": "0xf7e3e597fc097e71ed6c26b14b25e5395bc8510d58b9136af439e12715f2d721",
2121
"s": "0x6cf7c3d7939bfdb784373effc0ebb0bd7549691a513f395e3cdabf8602724987"
2222
},
2323
{
2424
"chainId": "0x0",
2525
"address": "0x000000000000000000000000000000000000bbbb",
2626
"nonce": "0x0",
27-
"v": "0x1",
27+
"yParity": "0x1",
2828
"r": "0x5011890f198f0356a887b0779bde5afa1ed04e6acb1e3f37f8f18c7b6f521b98",
2929
"s": "0x56c3fa3456b103f3ef4a0acb4b647b9cab9ec4bc68fbcdf1e10b49fb2bcbcf61"
3030
}

0 commit comments

Comments
 (0)