Merge pull request #2219 from benthecarman/custom-closing-address
[rust-lightning] / lightning / src / ln / channelmanager.rs
index b1115cc95c8cfc0e4fd8fbd7f722e3f193ef18c2..18c770c500668c09ef66af240ab837b6169a5656 100644 (file)
@@ -6704,7 +6704,7 @@ pub fn provided_init_features(_config: &UserConfig) -> InitFeatures {
        // should also add the corresponding (optional) bit to the [`ChannelMessageHandler`] impl for
        // [`ErroringMessageHandler`].
        let mut features = InitFeatures::empty();
-       features.set_data_loss_protect_optional();
+       features.set_data_loss_protect_required();
        features.set_upfront_shutdown_script_optional();
        features.set_variable_length_onion_required();
        features.set_static_remote_key_required();