Skip to content

Commit

Permalink
docs: update withdrawals.md (#2575)
Browse files Browse the repository at this point in the history
Add comma before `withdrawalHash` in `waitToFinalize` step
  • Loading branch information
therealharpaljadeja authored Aug 2, 2024
1 parent 134e910 commit e68f188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pages/op-stack/guides/withdrawals.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const proveReceipt = await publicClientL1.waitForTransactionReceipt({

// Wait until the withdrawal is ready to finalize.
await publicClientL1.waitToFinalize({
targetChain: walletClientL2.chain
targetChain: walletClientL2.chain,
withdrawalHash: withdrawal.withdrawalHash,
})

Expand Down

0 comments on commit e68f188

Please sign in to comment.