Add --dangerous support

This commit is contained in:
Aditya Kulkarni
2020-02-04 10:06:23 -08:00
parent cf0cb6c515
commit a0b8c6a754
5 changed files with 44 additions and 24 deletions

View File

@@ -37,7 +37,7 @@ use crate::ANCHOR_OFFSET;
mod checkpoints;
pub const DEFAULT_SERVER: &str = "https://lightd-main.zecwallet.co:443";
pub const DEFAULT_SERVER: &str = "https://lightwalletd.zecwallet.co:1443";
pub const WALLET_NAME: &str = "zecwallet-light-wallet.dat";
pub const LOGFILE_NAME: &str = "zecwallet-light-wallet.debug.log";