Merge branch 'dev'

This commit is contained in:
Duke Leto
2021-05-01 11:42:37 -04:00
3 changed files with 4 additions and 4 deletions

View File

@@ -66,4 +66,4 @@ Here are some CLI arguments you can pass to `silentdragonlite-cli`. Please run `
### Support
For support or other questions, join us on [Telegram](https://hush.is/telegram), or tweet at [@MyHushTeam](https://twitter.com/MyHushTeam), or toot at our [Mastodon](https://fosstodon.org/@myhushteam) or join [Telegram Support](https://hush.is/telegram_support) or [file an issue](https://git.hush.is/hush/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)

View File

@@ -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")

View File

@@ -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() {
}
}
}
}