File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ uniffi::include_scaffolding!("ldk_node");
163
163
164
164
// Config defaults
165
165
const DEFAULT_STORAGE_DIR_PATH : & str = "/tmp/ldk_node/" ;
166
- const DEFAULT_NETWORK : Network = Network :: Regtest ;
166
+ const DEFAULT_NETWORK : Network = Network :: Bitcoin ;
167
167
const DEFAULT_LISTENING_ADDR : & str = "0.0.0.0:9735" ;
168
168
const DEFAULT_CLTV_EXPIRY_DELTA : u32 = 144 ;
169
169
const DEFAULT_ESPLORA_SERVER_URL : & str = "https://blockstream.info/api" ;
@@ -198,7 +198,7 @@ const WALLET_KEYS_SEED_LEN: usize = 64;
198
198
/// | Parameter | Value |
199
199
/// |-----------------------------|------------------|
200
200
/// | `storage_dir_path` | /tmp/ldk_node/ |
201
- /// | `network` | Network::Regtest |
201
+ /// | `network` | Network::Bitcoin |
202
202
/// | `listening_address` | 0.0.0.0:9735 |
203
203
/// | `default_cltv_expiry_delta` | 144 |
204
204
///
You can’t perform that action at this time.
0 commit comments