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 @@ -906,12 +906,12 @@ mod tests {
906
906
init_features. set_payment_secret_required ( ) ;
907
907
init_features. set_basic_mpp_optional ( ) ;
908
908
init_features. set_wumbo_optional ( ) ;
909
+ init_features. set_anchors_zero_fee_htlc_tx_optional ( ) ;
909
910
init_features. set_shutdown_any_segwit_optional ( ) ;
910
911
init_features. set_onion_messages_optional ( ) ;
911
912
init_features. set_channel_type_optional ( ) ;
912
913
init_features. set_scid_privacy_optional ( ) ;
913
914
init_features. set_zero_conf_optional ( ) ;
914
- init_features. set_anchors_zero_fee_htlc_tx_optional ( ) ;
915
915
916
916
assert ! ( init_features. initial_routing_sync( ) ) ;
917
917
assert ! ( !init_features. supports_upfront_shutdown_script( ) ) ;
@@ -922,7 +922,7 @@ mod tests {
922
922
// Check that the flags are as expected:
923
923
// - option_data_loss_protect
924
924
// - var_onion_optin (req) | static_remote_key (req) | payment_secret(req)
925
- // - basic_mpp | wumbo
925
+ // - basic_mpp | wumbo | anchors_zero_fee_htlc_tx
926
926
// - opt_shutdown_anysegwit
927
927
// - onion_messages
928
928
// - option_channel_type | option_scid_alias
You can’t perform that action at this time.
0 commit comments