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 05e7045 commit d4a2a04Copy full SHA for d4a2a04
src/config.rs
@@ -325,6 +325,8 @@ pub(crate) fn default_user_config(config: &Config) -> UserConfig {
325
user_config.manually_accept_inbound_channels = true;
326
user_config.channel_handshake_config.negotiate_anchors_zero_fee_htlc_tx =
327
config.anchor_channels_config.is_some();
328
+ user_config.channel_handshake_config.negotiate_anchor_zero_fee_commitments =
329
+ config.anchor_channels_config.is_some();
330
user_config.reject_inbound_splices = false;
331
332
if may_announce_channel(config).is_err() {
0 commit comments