Browse Source

Update server

dev
Duke Leto 3 years ago
parent
commit
408a2ad423
  1. 2
      lib/src/commands.rs
  2. 4
      lib/src/lightclient.rs

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