Skip to content
Snippets Groups Projects
Commit 103ac1bc authored by Aaro Altonen's avatar Aaro Altonen Committed by GitHub
Browse files

Include Bitswap into request response protocols (#12262)

parent 4a6e78b8
Branches
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment