Skip to content

Commit

Permalink
f cfg-gate set_dual_fund_optional()
Browse files Browse the repository at this point in the history
  • Loading branch information
dunxen committed Jun 13, 2024
1 parent 659e6b1 commit 18ec344
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lightning/src/ln/channelmanager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11366,6 +11366,7 @@ pub fn provided_init_features(config: &UserConfig) -> InitFeatures {
if config.channel_handshake_config.negotiate_anchors_zero_fee_htlc_tx {
features.set_anchors_zero_fee_htlc_tx_optional();
}
#[cfg(any(dual_funding, splicing))]
features.set_dual_fund_optional();
features
}
Expand Down

0 comments on commit 18ec344

Please sign in to comment.