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.
1 parent c4fe70e commit e229e2eCopy full SHA for e229e2e
lightning/src/ln/channelmanager.rs
@@ -9255,6 +9255,7 @@ pub fn provided_init_features(config: &UserConfig) -> InitFeatures {
9255
features.set_channel_type_optional();
9256
features.set_scid_privacy_optional();
9257
features.set_zero_conf_optional();
9258
+ features.set_route_blinding_optional();
9259
if config.channel_handshake_config.negotiate_anchors_zero_fee_htlc_tx {
9260
features.set_anchors_zero_fee_htlc_tx_optional();
9261
}
0 commit comments