Skip to content

Commit 230fe52

Browse files
committed
Switch DEFAULT_NETWORK over to Bitcoin mainnet
As we're getting ready for release
1 parent 2b331f3 commit 230fe52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ uniffi::include_scaffolding!("ldk_node");
163163

164164
// Config defaults
165165
const DEFAULT_STORAGE_DIR_PATH: &str = "/tmp/ldk_node/";
166-
const DEFAULT_NETWORK: Network = Network::Regtest;
166+
const DEFAULT_NETWORK: Network = Network::Bitcoin;
167167
const DEFAULT_LISTENING_ADDR: &str = "0.0.0.0:9735";
168168
const DEFAULT_CLTV_EXPIRY_DELTA: u32 = 144;
169169
const DEFAULT_ESPLORA_SERVER_URL: &str = "https://blockstream.info/api";

0 commit comments

Comments
 (0)