Skip to content

Commit 3ffab50

Browse files
authored
Merge pull request #10 from moneydevkit/austin_remove-anchor-channel-support
Disable anchor channel support
2 parents e6e9d8e + e4d4474 commit 3ffab50

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/mdk/node.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ pub fn build_node(
3737
listening_addresses: config.listening_addresses,
3838
announcement_addresses: config.announcement_addresses,
3939
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,
4044
..Default::default()
4145
};
4246

0 commit comments

Comments
 (0)