Skip to content

Commit

Permalink
cmd/evm: update tests for SetCodeAuthorization JSON encoding change (#…
Browse files Browse the repository at this point in the history
…30936)

Fixing a regression introduced by 73a4ecf, which I accidentally
pushed to the master branch directly.
  • Loading branch information
fjl authored Dec 18, 2024
1 parent 73a4ecf commit f861535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/evm/testdata/33/txs.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"chainId": "0x1",
"address": "0x000000000000000000000000000000000000aaaa",
"nonce": "0x1",
"v": "0x1",
"yParity": "0x1",
"r": "0xf7e3e597fc097e71ed6c26b14b25e5395bc8510d58b9136af439e12715f2d721",
"s": "0x6cf7c3d7939bfdb784373effc0ebb0bd7549691a513f395e3cdabf8602724987"
},
{
"chainId": "0x0",
"address": "0x000000000000000000000000000000000000bbbb",
"nonce": "0x0",
"v": "0x1",
"yParity": "0x1",
"r": "0x5011890f198f0356a887b0779bde5afa1ed04e6acb1e3f37f8f18c7b6f521b98",
"s": "0x56c3fa3456b103f3ef4a0acb4b647b9cab9ec4bc68fbcdf1e10b49fb2bcbcf61"
}
Expand Down

0 comments on commit f861535

Please sign in to comment.