Skip to content

Commit

Permalink
feat: Support explict modes for read fallback and caching - update qu…
Browse files Browse the repository at this point in the history
…ery timeout
  • Loading branch information
epociask committed Aug 29, 2024
1 parent 265b7b9 commit a085d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/eigenda.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

type EigenDAStoreConfig struct {
MaxBlobSizeBytes uint64
// the # of Ethereum blocks to wait after the L1BlockReference # before attempting to verify
// the # of Ethereum blocks to wait after the EigenDA L1BlockReference # before attempting to verify
// & accredit a blob
EthConfirmationDepth uint64

Expand Down

0 comments on commit a085d86

Please sign in to comment.