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.
|
||||
return MergeReadiness::NotSynced;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user