aboutsummaryrefslogtreecommitdiff
path: root/src/utils/data.rs
diff options
context:
space:
mode:
authornotgne22020-11-07 13:02:05 -0700
committernotgne22020-11-07 13:02:05 -0700
commitd9d6310435ea3bdf7eee5931b6e57f9f570de656 (patch)
tree0a9bd299644519cb1a6eabc978395ab63d3fbaa5 /src/utils/data.rs
parentfaa02fe6b526f6dedaa3fb36ab36ea8500825c20 (diff)
Remove bootstrap
Diffstat (limited to 'src/utils/data.rs')
-rw-r--r--src/utils/data.rs1
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>,
}