From fad0f864ce1cac3acfa00d3623a0670fa0eed259 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 14 Feb 2021 12:47:37 -0500 Subject: [PATCH 1/2] update support links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 571452c..9206cb4 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,4 @@ Here are some CLI arguments you can pass to `silentdragonlite-cli`. Please run ` ### Support -For support or other questions, join us on [Discord](https://myhush.org/discord), or tweet at [@MyHushTeam](https://twitter.com/MyHushTeam), or toot at our [Mastodon](https://fosstodon.org/@myhushteam) or join [Telegram](http://myhush.org/telegram) or [file an issue](https://github.com/MyHush/silentdragonlite-cli/issues). +For support or other questions, join us on Twitter at [@MyHushTeam](https://twitter.com/MyHushTeam), or toot at our [Mastodon](https://fosstodon.org/@myhushteam) or join [Telegram](http://myhush.org/telegram) From 408a2ad4230c7c262e285526ccf3e79702ddf1e2 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 1 May 2021 11:41:42 -0400 Subject: [PATCH 2/2] Update server --- lib/src/commands.rs | 2 +- lib/src/lightclient.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/src/commands.rs b/lib/src/commands.rs index 732235c..271ec4a 100644 --- a/lib/src/commands.rs +++ b/lib/src/commands.rs @@ -684,7 +684,7 @@ impl Command for TImportCommand { let mut h = vec![]; h.push("Import an external WIF"); h.push("Usage:"); - h.push("timport wif (Begins with U"); + h.push("timport wif (Begins with U, 5, K or L"); h.push(""); h.join("\n") diff --git a/lib/src/lightclient.rs b/lib/src/lightclient.rs index fa181a1..dd6f362 100644 --- a/lib/src/lightclient.rs +++ b/lib/src/lightclient.rs @@ -36,7 +36,7 @@ use crate::ANCHOR_OFFSET; mod checkpoints; -pub const DEFAULT_SERVER: &str = "https://lite.myhush.org"; +pub const DEFAULT_SERVER: &str = "https://lite.hush.community"; pub const WALLET_NAME: &str = "silentdragonlite-wallet.dat"; pub const LOGFILE_NAME: &str = "silentdragonlite-wallet.debug.log"; @@ -1683,4 +1683,4 @@ pub fn test_bad_import() { } } -} \ No newline at end of file +}