Add more logging to Error::MaxDistanceExceeded

This commit is contained in:
Jimmy Chen 2022-12-22 00:19:22 +11:00
parent 51e588bdf9
commit a6b771f265

View File

@ -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,
), ),