use is synced for notifier again

This commit is contained in:
realbigsean 2022-12-08 08:42:27 -05:00
parent 14fa1e527f
commit 715002a615
No known key found for this signature in database
GPG Key ID: B372B64D866BF8CC

View File

@ -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;
}