Skip to content

Commit

Permalink
initilize resetPoller to non-nil
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsitrin committed Feb 27, 2025
1 parent 3b61d00 commit d2620e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eibc/order_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func NewOrderClient(cfg config.Config, logger *zap.Logger) (*orderClient, error)
processedCh,
cfg.OrderPolling.Interval, // we can use the same interval for order polling and LP balance checking
cfg.Validation.Interval,
nil, // set below
func() {},
logger,
),
logger: logger,
Expand Down

0 comments on commit d2620e7

Please sign in to comment.