Skip to content

Commit

Permalink
docs: fix verify/cert.go comment typo
Browse files Browse the repository at this point in the history
Co-authored-by: Ethen <[email protected]>
  • Loading branch information
samlaf and ethenotethan authored Jan 22, 2025
1 parent dc0b205 commit 9614a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verify/cert.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
// to ensure disperser returned fields haven't been tampered with
type CertVerifier struct {
l log.Logger
// ethConfirmationDepth is using to verify that a blob's batch has been bridged to the EigenDAServiceManager contract at least
// ethConfirmationDepth is used to verify that a blob's batch commitment has been bridged to the EigenDAServiceManager contract at least
// this many blocks in the past. To do so we make an eth_call to the contract at the current block_number - ethConfirmationDepth.
// Hence in order to not require an archive node, this value should be kept low. We force it to be < 64.
// waitForFinalization should be used instead of ethConfirmationDepth if the user wants to wait for finality (typically 64 blocks in happy case).
Expand Down

0 comments on commit 9614a4f

Please sign in to comment.