Update validator_duties.nim (Improve node out of sync message) (#1933)
* Update validator_duties.nim Improve node out of sync message * Update validator_duties.nim
This commit is contained in:
parent
446f8cc738
commit
7294d98ed1
|
@ -487,7 +487,7 @@ proc handleValidatorDuties*(node: BeaconNode, lastSlot, slot: Slot) {.async.} =
|
|||
# await calls, thus we use a local variable to keep the logic straight here
|
||||
var head = node.chainDag.head
|
||||
if not node.isSynced(head):
|
||||
notice "Node out of sync, skipping validator duties",
|
||||
notice "Syncing in progress; skipping validator duties for now",
|
||||
slot, headSlot = head.slot
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in New Issue