From cecb084753bb4cd545c11e4802f4e2f4b11b9213 Mon Sep 17 00:00:00 2001 From: Yeastplume Date: Fri, 18 Feb 2022 10:36:16 +0000 Subject: [PATCH] add missing comment for config file value, used during migration (#642) --- config/src/comments.rs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/src/comments.rs b/config/src/comments.rs index 1b8b12a3..88f6180e 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(), "