From d9d6310435ea3bdf7eee5931b6e57f9f570de656 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Sat, 7 Nov 2020 13:02:05 -0700 Subject: Remove bootstrap --- src/utils/data.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/utils/data.rs') diff --git a/src/utils/data.rs b/src/utils/data.rs index 6cf2c5a..f557e41 100644 --- a/src/utils/data.rs +++ b/src/utils/data.rs @@ -45,7 +45,6 @@ pub struct NodeSettings { #[derive(Deserialize, Debug, Clone)] pub struct ProfileSettings { pub path: String, - pub bootstrap: Option, #[serde(rename(deserialize = "profilePath"))] pub profile_path: Option, } -- cgit v1.2.3