Skip to content

Commit e229e2e

Browse files
committed
Enable support for route blinding
1 parent c4fe70e commit e229e2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9255,6 +9255,7 @@ pub fn provided_init_features(config: &UserConfig) -> InitFeatures {
92559255
features.set_channel_type_optional();
92569256
features.set_scid_privacy_optional();
92579257
features.set_zero_conf_optional();
9258+
features.set_route_blinding_optional();
92589259
if config.channel_handshake_config.negotiate_anchors_zero_fee_htlc_tx {
92599260
features.set_anchors_zero_fee_htlc_tx_optional();
92609261
}

0 commit comments

Comments
 (0)