File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -588,7 +588,7 @@ options_metadata parser::load_settings() THROWS
588588 (
589589 " peer.enable_compact" ,
590590 value<bool >(&configured.network .enable_compact ),
591- " Enable enable compact block messages, defaults to 'false'."
591+ " Enable compact block messages, defaults to 'false'."
592592 )
593593 (
594594 " peer.enable_alert" ,
@@ -705,7 +705,7 @@ options_metadata parser::load_settings() THROWS
705705 (
706706 " outbound.password" ,
707707 value<std::string>(&configured.network .outbound .password ),
708- " The socks5 proxy username (optional)."
708+ " The socks5 proxy password (optional)."
709709 )
710710 (
711711 " outbound.socks" ,
@@ -809,7 +809,7 @@ options_metadata parser::load_settings() THROWS
809809 (
810810 " manual.password" ,
811811 value<std::string>(&configured.network .manual .password ),
812- " The socks5 proxy username (optional)."
812+ " The socks5 proxy password (optional)."
813813 )
814814 (
815815 " manual.socks" ,
You can’t perform that action at this time.
0 commit comments