Skip to content

Commit

Permalink
fix: populate pinger
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos committed Nov 28, 2024
1 parent 68a6faa commit 1608cf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions waku/v2/api/history/cycle.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func NewStorenodeCycle(logger *zap.Logger, pinger common.Pinger) *StorenodeCycle
StorenodeChangedEmitter: NewEmitter[peer.ID](),
StorenodeNotWorkingEmitter: NewEmitter[struct{}](),
StorenodeAvailableEmitter: NewEmitter[peer.ID](),
pinger: pinger,
logger: logger.Named("storenode-cycle"),
}
}
Expand Down

0 comments on commit 1608cf2

Please sign in to comment.