Update server
This commit is contained in:
@@ -684,7 +684,7 @@ impl Command for TImportCommand {
|
|||||||
let mut h = vec![];
|
let mut h = vec![];
|
||||||
h.push("Import an external WIF");
|
h.push("Import an external WIF");
|
||||||
h.push("Usage:");
|
h.push("Usage:");
|
||||||
h.push("timport wif (Begins with U");
|
h.push("timport wif (Begins with U, 5, K or L");
|
||||||
h.push("");
|
h.push("");
|
||||||
|
|
||||||
h.join("\n")
|
h.join("\n")
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ use crate::ANCHOR_OFFSET;
|
|||||||
|
|
||||||
mod checkpoints;
|
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 WALLET_NAME: &str = "silentdragonlite-wallet.dat";
|
||||||
pub const LOGFILE_NAME: &str = "silentdragonlite-wallet.debug.log";
|
pub const LOGFILE_NAME: &str = "silentdragonlite-wallet.debug.log";
|
||||||
|
|
||||||
@@ -1683,4 +1683,4 @@ pub fn test_bad_import() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user