Skip to content

Commit

Permalink
fix no polling on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
zale144 committed Jan 1, 2025
1 parent 9ce53fe commit a2db284
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eibc/order_poller.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,4 @@ func (p *orderPoller) getRollappDemandOrdersFromIndexer(ctx context.Context, rol

func (p *orderPoller) resetOrderPolling() {
p.lastBlockHeight.Store(0)
if err := p.pollPendingDemandOrders(context.Background()); err != nil {
p.logger.Error("failed to refresh demand orders", zap.Error(err))
}
}

0 comments on commit a2db284

Please sign in to comment.