mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-21 10:48:17 +00:00
notice is too spammy for a situation-nominal message
This commit is contained in:
parent
281853eee8
commit
f7e327234f
@ -624,7 +624,7 @@ proc handleValidatorDuties*(node: BeaconNode, lastSlot, slot: Slot) {.async.} =
|
|||||||
node.processor[].doppelgangerProtection.broadcastStartEpoch and
|
node.processor[].doppelgangerProtection.broadcastStartEpoch and
|
||||||
node.config.doppelgangerProtection !=
|
node.config.doppelgangerProtection !=
|
||||||
DoppelgangerProtectionMode.dontcheck:
|
DoppelgangerProtectionMode.dontcheck:
|
||||||
notice "Waiting to gossip out to detect potential duplicate validators",
|
debug "Waiting to gossip out to detect potential duplicate validators",
|
||||||
broadcastStartEpoch =
|
broadcastStartEpoch =
|
||||||
node.processor[].doppelgangerProtection.broadcastStartEpoch
|
node.processor[].doppelgangerProtection.broadcastStartEpoch
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user