Skip to content

Commit

Permalink
Merge pull request #34 from Layr-Labs/epociask--update-blob-verifier-…
Browse files Browse the repository at this point in the history
…comment

chore: Update L1BlobVerifier comment
  • Loading branch information
epociask authored Nov 21, 2024
2 parents 4c1c41b + 239a901 commit af0733f
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 af0733f

Please sign in to comment.