Browse Source

Merge branch 'dev'

pull/1/head
Duke Leto 3 years ago
parent
commit
519a9ad27a
  1. 2
      README.md
  2. 2
      lib/src/commands.rs
  3. 4
      lib/src/lightclient.rs

2
README.md

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

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

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

Loading…
Cancel
Save