Skip to content

Commit

Permalink
add missing comment for config file value, used during migration (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume authored Feb 18, 2022
1 parent 2924a0d commit cecb084
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/src/comments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
"
Expand Down

0 comments on commit cecb084

Please sign in to comment.