We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627a0cd commit 9bb2077Copy full SHA for 9bb2077
service/header/p2p_subscriber.go
@@ -40,7 +40,7 @@ func (p *P2PSubscriber) Start(context.Context) (err error) {
40
func (p *P2PSubscriber) Stop(context.Context) error {
41
err := p.pubsub.UnregisterTopicValidator(PubSubTopic)
42
if err != nil {
43
- return err
+ log.Warnf("unregistering validator: %s", err)
44
}
45
46
return p.topic.Close()
0 commit comments