Skip to content

Commit bf01ec8

Browse files
authored
revert
1 parent d3daa67 commit bf01ec8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

beacon_node/network/src/sync/manager.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ impl<T: BeaconChainTypes> SyncManager<T> {
575575
// inform the backfill sync that a new synced peer has joined us.
576576
if new_state.is_synced() {
577577
self.backfill_sync.fully_synced_peer_joined();
578+
self.custody_backfill_sync.fully_synced_peer_joined();
578579
}
579580
}
580581
is_connected

0 commit comments

Comments
 (0)