add missing comment for config file value, used during migration (#642)
This commit is contained in:
@@ -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(),
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user