Skip to content

Commit 9f83aec

Browse files
committed
fill in empty blocks
1 parent 53dde2d commit 9f83aec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

block/internal/da/forced_inclusion_retriever.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ func (r *forcedInclusionRetriever) RetrieveForcedIncludedTxs(ctx context.Context
163163

164164
if result.Code == datypes.StatusNotFound {
165165
r.logger.Debug().Uint64("height", h).Msg("no forced inclusion blobs at height")
166+
syncFetchedBlocks[h] = &BlockData{
167+
Timestamp: result.Timestamp,
168+
}
166169
continue
167170
}
168171

0 commit comments

Comments
 (0)