Skip to content

Commit

Permalink
chore: Update L1BlobVerifier comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EthenNotEthan committed Nov 21, 2024
1 parent 2bddc8f commit 239a901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bridge/EigenDABlobVerifierL1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ contract EigenDABlobVerifierL1 is IRollupManager {
EigenDARollupUtils.BlobVerificationProof calldata blobVerificationProof
) external view {
/*
Verify that the certificate is less than 2 epochs old from the L1 reference block number
Verify that the certificate is less than 2 epochs old from the L1 confirmation block number
This is to prevent timing attacks where the sequencer could submit an expired or close to expired
certificate which could impact liveness of full nodes as well as the safety of the bridge
*/
Expand Down

0 comments on commit 239a901

Please sign in to comment.