diff options
author | notgne2 | 2020-11-07 13:02:05 -0700 |
---|---|---|
committer | notgne2 | 2020-11-07 13:02:05 -0700 |
commit | d9d6310435ea3bdf7eee5931b6e57f9f570de656 (patch) | |
tree | 0a9bd299644519cb1a6eabc978395ab63d3fbaa5 /src/utils/data.rs | |
parent | faa02fe6b526f6dedaa3fb36ab36ea8500825c20 (diff) |
Remove bootstrap
Diffstat (limited to '')
-rw-r--r-- | src/utils/data.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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<String>, #[serde(rename(deserialize = "profilePath"))] pub profile_path: Option<String>, } |