mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 12:11:59 +00:00
Merge branch 'unstable' into off-4844
This commit is contained in:
@@ -466,13 +466,14 @@ async fn capella_readiness_logging<T: BeaconChainTypes>(
|
||||
error!(
|
||||
log,
|
||||
"Not ready for Capella";
|
||||
"hint" => "the execution endpoint may be offline",
|
||||
"info" => %readiness,
|
||||
"hint" => "try updating Lighthouse and/or the execution layer",
|
||||
)
|
||||
}
|
||||
readiness => warn!(
|
||||
log,
|
||||
"Not ready for Capella";
|
||||
"hint" => "try updating the execution endpoint",
|
||||
"info" => %readiness,
|
||||
),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user