We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3daa67 commit bf01ec8Copy full SHA for bf01ec8
beacon_node/network/src/sync/manager.rs
@@ -575,6 +575,7 @@ impl<T: BeaconChainTypes> SyncManager<T> {
575
// inform the backfill sync that a new synced peer has joined us.
576
if new_state.is_synced() {
577
self.backfill_sync.fully_synced_peer_joined();
578
+ self.custody_backfill_sync.fully_synced_peer_joined();
579
}
580
581
is_connected
0 commit comments