We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AnchorChannelsConfig
1 parent 7e9ea27 commit c874049Copy full SHA for c874049
src/config.rs
@@ -319,6 +319,8 @@ pub(crate) fn default_user_config(config: &Config) -> UserConfig {
319
user_config.manually_accept_inbound_channels = true;
320
user_config.channel_handshake_config.negotiate_anchors_zero_fee_htlc_tx =
321
config.anchor_channels_config.is_some();
322
+ user_config.channel_handshake_config.negotiate_anchor_zero_fee_commitments =
323
+ config.anchor_channels_config.is_some();
324
325
if may_announce_channel(config).is_err() {
326
user_config.accept_forwards_to_priv_channels = false;
0 commit comments