From 5157fe82e83df68e252940c1bc5812d94e98da7b Mon Sep 17 00:00:00 2001 From: onryo Date: Sun, 24 Mar 2024 11:26:39 +0000 Subject: [PATCH] Change default server --- lib/src/lightclient.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/lightclient.rs b/lib/src/lightclient.rs index 87bfc6c..db680e9 100644 --- a/lib/src/lightclient.rs +++ b/lib/src/lightclient.rs @@ -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";