diff --git a/tm-monitor/monitor/node.go b/tm-monitor/monitor/node.go index 308428a2b..85ffc1492 100644 --- a/tm-monitor/monitor/node.go +++ b/tm-monitor/monitor/node.go @@ -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