add missing comment for config file value, used during migration (#642)

This commit is contained in:
Yeastplume
2022-02-18 10:36:16 +00:00
committed by GitHub
parent 2924a0ddb2
commit cecb084753
+8
View File
@@ -222,6 +222,14 @@ fn comments() -> HashMap<String, String> {
.to_string(),
);
retval.insert(
"skip_send_attempt".to_string(),
"
#Whether to skip send attempts (used for debugging)
"
.to_string(),
);
retval.insert(
"use_tor_listener".to_string(),
"