mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 08:01:09 +00:00
Allow passing an optional transport to network-libp2p (#2680)
* Allow passing an optional transport * Fix tests * Fix Cargo.lock * Fix Cargo.lock again?!?!
This commit is contained in:
@@ -99,6 +99,7 @@ fn node_config<F: ServiceFactory> (
|
||||
client_version: "network/test/0.1".to_owned(),
|
||||
node_name: "unknown".to_owned(),
|
||||
enable_mdns: false,
|
||||
wasm_external_transport: None,
|
||||
};
|
||||
|
||||
Configuration {
|
||||
|
||||
Reference in New Issue
Block a user