File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -964,12 +964,12 @@ mod tests {
964
964
init_features. set_payment_secret_required ( ) ;
965
965
init_features. set_basic_mpp_optional ( ) ;
966
966
init_features. set_wumbo_optional ( ) ;
967
+ init_features. set_anchors_zero_fee_htlc_tx_optional ( ) ;
967
968
init_features. set_shutdown_any_segwit_optional ( ) ;
968
969
init_features. set_onion_messages_optional ( ) ;
969
970
init_features. set_channel_type_optional ( ) ;
970
971
init_features. set_scid_privacy_optional ( ) ;
971
972
init_features. set_zero_conf_optional ( ) ;
972
- init_features. set_anchors_zero_fee_htlc_tx_optional ( ) ;
973
973
974
974
assert ! ( init_features. initial_routing_sync( ) ) ;
975
975
assert ! ( !init_features. supports_upfront_shutdown_script( ) ) ;
@@ -980,7 +980,7 @@ mod tests {
980
980
// Check that the flags are as expected:
981
981
// - option_data_loss_protect (req)
982
982
// - var_onion_optin (req) | static_remote_key (req) | payment_secret(req)
983
- // - basic_mpp | wumbo
983
+ // - basic_mpp | wumbo | anchors_zero_fee_htlc_tx
984
984
// - opt_shutdown_anysegwit
985
985
// - onion_messages
986
986
// - option_channel_type | option_scid_alias
You can’t perform that action at this time.
0 commit comments