Skip to content

Commit e7b09cb

Browse files
committed
update comment
1 parent 8144b39 commit e7b09cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

block/internal/syncing/da_retriever.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ type DARetriever struct {
3737
namespaceBz []byte
3838
namespaceDataBz []byte
3939

40-
// transient cache, lost on restart, but this is ok
41-
// because da height only updated when new blocks are processed.
40+
// transient cache, only full event need to be passed to the syncer
41+
// on restart, will be refetch as da height is updated by syncer
4242
pendingHeaders map[uint64]*types.SignedHeader
4343
pendingData map[uint64]*types.Data
4444
headerDAHeights map[uint64]uint64

0 commit comments

Comments
 (0)