bridge/pkg/p2p: actually increment counter

This commit is contained in:
Leo 2020-11-06 12:50:54 +01:00
parent 2df0fe50c0
commit 58ba151013
1 changed files with 2 additions and 0 deletions

View File

@ -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
}
}
}()