Skip to content

Commit

Permalink
Merge pull request #12 from subspace/fix-compile-error-introduced-by-…
Browse files Browse the repository at this point in the history
…cherry-pick

add `peer_store_handler` field in NetworkService struct initializer
  • Loading branch information
ParthDesai authored Dec 12, 2023
2 parents 02aae57 + 0ec6dbe commit 0831dfc
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 0831dfc

Please sign in to comment.