Switch to mainnet by default

This commit is contained in:
Aditya Kulkarni 2019-09-30 11:39:06 -07:00
parent 16dab37a2e
commit 68731b0f9f

View File

@ -40,7 +40,7 @@ use crate::grpc_client::client::CompactTxStreamer;
// Used below to return the grpc "Client" type to calling methods
pub const DEFAULT_SERVER: &str = "https://lightd-test.zecwallet.co:443";
pub const DEFAULT_SERVER: &str = "https://lightd-main.zecwallet.co:443";
pub const WALLET_NAME: &str = "zeclite.wallet.dat";
pub const LOGFILE_NAME: &str = "zeclite.debug.log";