Change default server

This commit is contained in:
onryo
2024-03-24 11:26:39 +00:00
parent 3acd0ad853
commit 5157fe82e8

View File

@@ -42,7 +42,7 @@ use crate::ANCHOR_OFFSET;
mod checkpoints;
pub const DEFAULT_SERVER: &str = "https://lite.hush.community";
pub const DEFAULT_SERVER: &str = "https://lite.hush.land";
pub const WALLET_NAME: &str = "silentdragonlite-wallet.dat";
pub const LOGFILE_NAME: &str = "silentdragonlite-wallet.debug.log";