We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6e9d8e + e4d4474 commit 3ffab50Copy full SHA for 3ffab50
1 file changed
src/mdk/node.rs
@@ -37,6 +37,10 @@ pub fn build_node(
37
listening_addresses: config.listening_addresses,
38
announcement_addresses: config.announcement_addresses,
39
network: config.network,
40
+ // Don't advertise anchor channel support: anchors require a
41
+ // 25_000 sat on-chain reserve per channel for force-close fee
42
+ // bumping, which mdkd clients (one channel to the LSP) should not have in general.
43
+ anchor_channels_config: None,
44
..Default::default()
45
};
46
0 commit comments