Skip to content

Commit eadee65

Browse files
committed
fixes
1 parent 1f8f963 commit eadee65

File tree

2 files changed

+168
-295
lines changed

2 files changed

+168
-295
lines changed

sequencers/single/sequencer.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,7 @@ func (c *Sequencer) fetchNextDAEpoch(ctx context.Context, maxBytes uint64) (uint
328328
Uint64("tx_index", c.checkpoint.TxIndex).
329329
Msg("fetching forced inclusion transactions from DA")
330330

331-
fiRetriever := block.NewForcedInclusionRetriever(c.daClient, c.logger, currentDAHeight, currentDAHeight+1)
332-
forcedTxsEvent, err := fiRetriever.RetrieveForcedIncludedTxs(ctx, currentDAHeight)
331+
forcedTxsEvent, err := c.fiRetriever.RetrieveForcedIncludedTxs(ctx, currentDAHeight)
333332
if err != nil {
334333
if errors.Is(err, datypes.ErrHeightFromFuture) {
335334
c.logger.Debug().

0 commit comments

Comments
 (0)