diff --git a/config/src/comments.rs b/config/src/comments.rs index 1b8b12a32..88f6180e5 100644 --- a/config/src/comments.rs +++ b/config/src/comments.rs @@ -222,6 +222,14 @@ fn comments() -> HashMap { .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(), "