Skip to content

Commit d1be65b

Browse files
committed
remove ugly comment
1 parent 29ef232 commit d1be65b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

block/internal/syncing/da_retriever.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ type DARetriever struct {
3939

4040
// transient cache, only full event need to be passed to the syncer
4141
// on restart, will be refetch as da height is updated by syncer
42-
pendingHeaders map[uint64] /* header height */ *types.SignedHeader
43-
pendingData map[uint64] /* data height */ *types.Data
44-
headerDAHeights map[uint64] /* header height */ uint64
42+
pendingHeaders map[uint64]*types.SignedHeader
43+
pendingData map[uint64]*types.Data
44+
headerDAHeights map[uint64]uint64
4545
}
4646

4747
// NewDARetriever creates a new DA retriever

0 commit comments

Comments
 (0)