bridge/pkg/p2p: actually increment counter
This commit is contained in:
parent
2df0fe50c0
commit
58ba151013
|
@ -178,6 +178,8 @@ func Run(obsvC chan *gossipv1.LockupObservation,
|
|||
if err != nil {
|
||||
logger.Warn("failed to publish heartbeat message", zap.Error(err))
|
||||
}
|
||||
|
||||
ctr += 1
|
||||
}
|
||||
}
|
||||
}()
|
||||
|
|
Loading…
Reference in New Issue