File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -9357,6 +9357,7 @@ pub fn provided_init_features(config: &UserConfig) -> InitFeatures {
9357
9357
features.set_channel_type_optional();
9358
9358
features.set_scid_privacy_optional();
9359
9359
features.set_zero_conf_optional();
9360
+ features.set_route_blinding_optional();
9360
9361
if config.channel_handshake_config.negotiate_anchors_zero_fee_htlc_tx {
9361
9362
features.set_anchors_zero_fee_htlc_tx_optional();
9362
9363
}
Original file line number Diff line number Diff line change @@ -305,6 +305,7 @@ impl ChannelMessageHandler for ErroringMessageHandler {
305
305
features. set_channel_type_optional ( ) ;
306
306
features. set_scid_privacy_optional ( ) ;
307
307
features. set_zero_conf_optional ( ) ;
308
+ features. set_route_blinding_optional ( ) ;
308
309
features
309
310
}
310
311
You can’t perform that action at this time.
0 commit comments