Advertise route blinding feature as supported.
[rust-lightning] / lightning / src / ln / channelmanager.rs
index fc0948932ac913e3f551f7762f65df4ec4286bf6..34cce867e61d63d21545be7bfbbb61be8b2f3b3b 100644 (file)
@@ -9357,6 +9357,7 @@ pub fn provided_init_features(config: &UserConfig) -> InitFeatures {
        features.set_channel_type_optional();
        features.set_scid_privacy_optional();
        features.set_zero_conf_optional();
+       features.set_route_blinding_optional();
        if config.channel_handshake_config.negotiate_anchors_zero_fee_htlc_tx {
                features.set_anchors_zero_fee_htlc_tx_optional();
        }