mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-10 04:51:22 +00:00
use is synced for notifier again
This commit is contained in:
parent
14fa1e527f
commit
715002a615
@ -163,7 +163,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
if !el.is_synced().await {
|
if !el.is_synced_for_notifier().await {
|
||||||
// The EL is not synced.
|
// The EL is not synced.
|
||||||
return MergeReadiness::NotSynced;
|
return MergeReadiness::NotSynced;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user