Recommended testnet gateway (#335)

This commit is contained in:
Jędrzej Stuczyński
2020-09-10 12:52:04 +01:00
committed by GitHub
parent 9d2838425a
commit b487126f5f
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ pub fn command_args<'a, 'b>() -> clap::App<'a, 'b> {
)
.arg(Arg::with_name("gateway")
.long("gateway")
.help("Id of the gateway we are going to connect to")
.help("Id of the gateway we are going to connect to. If unsure what to put here - 'D6YaMzLSY7mANtSQRKXsmMZpqgqiVkeiagKM4V4oFPFr' is a safe choice for the testnet")
.takes_value(true)
.required(true)
)
+1
View File
@@ -23,6 +23,7 @@ fn main() {
dotenv::dotenv().ok();
setup_logging();
println!("{}", banner());
println!("\n\nIf unsure which gateway to choose - 'D6YaMzLSY7mANtSQRKXsmMZpqgqiVkeiagKM4V4oFPFr' is a safe choice for the testnet\n\n");
let arg_matches = App::new("Nym Client")
.version(built_info::PKG_VERSION)
+1 -1
View File
@@ -46,7 +46,7 @@ pub fn command_args<'a, 'b>() -> clap::App<'a, 'b> {
)
.arg(Arg::with_name("gateway")
.long("gateway")
.help("Id of the gateway we are going to connect to")
.help("Id of the gateway we are going to connect to. If unsure what to put here - 'D6YaMzLSY7mANtSQRKXsmMZpqgqiVkeiagKM4V4oFPFr' is a safe choice for the testnet")
.takes_value(true)
.required(true)
)
+1
View File
@@ -23,6 +23,7 @@ fn main() {
dotenv::dotenv().ok();
setup_logging();
println!("{}", banner());
println!("\n\nIf unsure which gateway to choose - 'D6YaMzLSY7mANtSQRKXsmMZpqgqiVkeiagKM4V4oFPFr' is a safe choice for the testnet\n\n");
let arg_matches = App::new("Nym Socks5 Proxy")
.version(built_info::PKG_VERSION)