Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Jun 28, 2024
1 parent 20ddfa2 commit 0914de7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/client/test/rpc/engine/newPayloadV4.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ describe(`${method}: call with executionPayloadV4`, () => {
const { pragueJson, pragueTime } = readyPragueGenesis(genesisJSON)
const { service, server } = await setupChain(pragueJson, 'post-merge', { engine: true })
const rpc = getRpcClient(server)
const res1 = await rpc.request(`eth_getBlockByNumber`, ["0x0",false])
console.log({res1})
// const res1 = await rpc.request(`eth_getBlockByNumber`, ["0x0",false])

const validBlock = {
...blockData,
Expand Down

0 comments on commit 0914de7

Please sign in to comment.