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,
|
head_slot,
|
||||||
}) => debug!(
|
}) => debug!(
|
||||||
log,
|
log,
|
||||||
"Refused to advance head state";
|
"Refused to advance head state. Chain may be syncing or lagging too far behind";
|
||||||
"head_slot" => head_slot,
|
"head_slot" => head_slot,
|
||||||
"current_slot" => current_slot,
|
"current_slot" => current_slot,
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user