mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 14:54:12 +00:00
Update mainchain_monitor.nim (#1945)
Make it clear that this failure concerns the eth1 chain
This commit is contained in:
parent
eef31e53cb
commit
9255945fb0
@ -694,7 +694,7 @@ proc start(m: MainchainMonitor, delayBeforeStart: Duration) =
|
||||
if runFut.failed:
|
||||
if runFut.error[] of CatchableError:
|
||||
if runFut == m.runFut:
|
||||
error "Mainchain monitor failure, restarting", err = runFut.error.msg
|
||||
error "Eth1 chain monitoring failure, restarting", err = runFut.error.msg
|
||||
m.stop()
|
||||
m.start(5.seconds)
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user