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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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(),
"