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

Commit

Permalink
Include Bitswap into request response protocols (#12262)
Browse files Browse the repository at this point in the history
  • Loading branch information
altonen authored Sep 15, 2022
1 parent fd54957 commit 3bef1ba
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit 3bef1ba

Please sign in to comment.