mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-05 23:57:04 +00:00
[tm-monitor] only restart EventMeter
This commit is contained in:
@@ -182,7 +182,7 @@ func (n *Node) RestartBackOff() error {
|
||||
d := time.Duration(math.Exp2(float64(attempt)))
|
||||
time.Sleep(d * time.Second)
|
||||
|
||||
if err := n.Start(); err != nil {
|
||||
if err := n.em.Start(); err != nil {
|
||||
n.logger.Log("err", errors.Wrap(err, "restart failed"))
|
||||
} else {
|
||||
// TODO: authenticate pubkey
|
||||
|
||||
Reference in New Issue
Block a user