diff --git a/substrate/client/network/src/service.rs b/substrate/client/network/src/service.rs index 79b7872a26fa..1f9d33f42c0f 100644 --- a/substrate/client/network/src/service.rs +++ b/substrate/client/network/src/service.rs @@ -527,6 +527,7 @@ where notification_protocol_ids, protocol_handles, sync_protocol_handle, + peer_store_handle: params.peer_store.clone(), _marker: PhantomData, _block: Default::default(), });