mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-07 03:22:20 +00:00
Add more logging to Error::MaxDistanceExceeded
This commit is contained in:
parent
51e588bdf9
commit
a6b771f265
@ -186,7 +186,7 @@ async fn state_advance_timer<T: BeaconChainTypes>(
|
||||
head_slot,
|
||||
}) => debug!(
|
||||
log,
|
||||
"Refused to advance head state";
|
||||
"Refused to advance head state. Chain may be syncing or lagging too far behind";
|
||||
"head_slot" => head_slot,
|
||||
"current_slot" => current_slot,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user