Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Include Bitswap into request response protocols #12262

Merged
merged 2 commits into from
Sep 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions client/network/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ where
let local_public = local_identity.public();
let local_peer_id = local_public.to_peer_id();

params
.network_config
.request_response_protocols
.extend(params.request_response_protocol_configs);

params.network_config.boot_nodes = params
.network_config
.boot_nodes
Expand Down