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 @@ -963,12 +963,12 @@ mod tests {
963
963
init_features. set_payment_secret_required ( ) ;
964
964
init_features. set_basic_mpp_optional ( ) ;
965
965
init_features. set_wumbo_optional ( ) ;
966
+ init_features. set_anchors_zero_fee_htlc_tx_optional ( ) ;
966
967
init_features. set_shutdown_any_segwit_optional ( ) ;
967
968
init_features. set_onion_messages_optional ( ) ;
968
969
init_features. set_channel_type_optional ( ) ;
969
970
init_features. set_scid_privacy_optional ( ) ;
970
971
init_features. set_zero_conf_optional ( ) ;
971
- init_features. set_anchors_zero_fee_htlc_tx_optional ( ) ;
972
972
973
973
assert ! ( init_features. initial_routing_sync( ) ) ;
974
974
assert ! ( !init_features. supports_upfront_shutdown_script( ) ) ;
@@ -979,7 +979,7 @@ mod tests {
979
979
// Check that the flags are as expected:
980
980
// - option_data_loss_protect
981
981
// - var_onion_optin (req) | static_remote_key (req) | payment_secret(req)
982
- // - basic_mpp | wumbo
982
+ // - basic_mpp | wumbo | anchors_zero_fee_htlc_tx
983
983
// - opt_shutdown_anysegwit
984
984
// - onion_messages
985
985
// - option_channel_type | option_scid_alias
You can’t perform that action at this time.
0 commit comments