Skip to content

Commit

Permalink
add peer_store_handler field in NetworkService struct initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthDesai committed Dec 12, 2023
1 parent 02aae57 commit 0ec6dbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions substrate/client/network/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
});
Expand Down

0 comments on commit 0ec6dbe

Please sign in to comment.