mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-01-31 02:52:14 +00:00
Switch to mainnet by default
This commit is contained in:
parent
16dab37a2e
commit
68731b0f9f
@ -40,7 +40,7 @@ use crate::grpc_client::client::CompactTxStreamer;
|
|||||||
|
|
||||||
// Used below to return the grpc "Client" type to calling methods
|
// 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 WALLET_NAME: &str = "zeclite.wallet.dat";
|
||||||
pub const LOGFILE_NAME: &str = "zeclite.debug.log";
|
pub const LOGFILE_NAME: &str = "zeclite.debug.log";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user