Working post bellatrix local testnet

This commit is contained in:
Pawan Dhananjay
2022-12-02 19:50:43 +05:30
parent df3615664e
commit e72d9fb922
12 changed files with 932 additions and 41 deletions

View File

@@ -163,7 +163,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
};
}
if !el.is_synced_for_notifier().await {
if !el.is_synced().await {
// The EL is not synced.
return MergeReadiness::NotSynced;
}