Skip to content

Commit

Permalink
revert commit
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Sep 11, 2024
1 parent 43017e9 commit 9e5897b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/block/examples/6110Requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Common, Hardfork, Mainnet } from '@ethereumjs/common'
import {
type CLRequest,
type CLRequestType,
DepositRequest,
bytesToBigInt,
createDepositRequest,
randomBytes,
Expand All @@ -22,7 +21,7 @@ const main = async () => {
signature: randomBytes(96),
index: bytesToBigInt(randomBytes(8)),
}
const request = DepositRequest.create(depositRequestData) as CLRequest<CLRequestType>
const request = createDepositRequest(depositRequestData) as CLRequest<CLRequestType>
const requests = [request]
const requestsRoot = await genRequestsTrieRoot(requests)

Expand Down

0 comments on commit 9e5897b

Please sign in to comment.