From 36ac059e4a41cf3cd9d4fb5750e588c9855b764a Mon Sep 17 00:00:00 2001 From: Roland Sherwin Date: Thu, 2 May 2024 18:39:02 +0530 Subject: [PATCH] chore: disable network contacts feature flag on launchpad --- sn_node_launchpad/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sn_node_launchpad/Cargo.toml b/sn_node_launchpad/Cargo.toml index 71073ffa90..a1392d7396 100644 --- a/sn_node_launchpad/Cargo.toml +++ b/sn_node_launchpad/Cargo.toml @@ -15,9 +15,7 @@ name = "node-launchpad" path = "src/main.rs" [dependencies] -sn_peers_acquisition = { verison = "0.2.10", path = "../sn_peers_acquisition", features = [ - "network-contacts", -] } +sn_peers_acquisition = { verison = "0.2.10", path = "../sn_peers_acquisition" } sn_service_management = { verison = "0.2.4", path = "../sn_service_management" } better-panic = "0.3.0" clap = { version = "4.4.5", features = [