Skip to content

Commit 365aac8

Browse files
committed
f cfg-gate set_dual_fund_optional()
1 parent 75103f0 commit 365aac8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/channelmanager.rs

+1
Original file line numberDiff line numberDiff line change
@@ -11366,6 +11366,7 @@ pub fn provided_init_features(config: &UserConfig) -> InitFeatures {
1136611366
if config.channel_handshake_config.negotiate_anchors_zero_fee_htlc_tx {
1136711367
features.set_anchors_zero_fee_htlc_tx_optional();
1136811368
}
11369+
#[cfg(any(dual_funding, splicing))]
1136911370
features.set_dual_fund_optional();
1137011371
features
1137111372
}

0 commit comments

Comments
 (0)