Skip to content

Commit

Permalink
fix: fixed incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidu28 committed Feb 8, 2024
1 parent 8ddb06c commit e319f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/libraries/BeaconChainProofs.sol
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ library BeaconChainProofs {
leaf: withdrawalProof.timestampRoot,
index: TIMESTAMP_INDEX
}),
"BeaconChainProofs.verifyWithdrawal: Invalid blockNumber merkle proof"
"BeaconChainProofs.verifyWithdrawal: Invalid timestamp merkle proof"
);

{
Expand Down

0 comments on commit e319f66

Please sign in to comment.