Update server

This commit is contained in:
Duke Leto
2021-05-01 11:41:42 -04:00
parent fad0f864ce
commit 408a2ad423
2 changed files with 3 additions and 3 deletions

View File

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