Skip to content

Commit c9553cf

Browse files
committed
Update missed comment in Features test
1 parent 0f70f8a commit c9553cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/features.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -946,12 +946,12 @@ mod tests {
946946
init_features.set_payment_secret_required();
947947
init_features.set_basic_mpp_optional();
948948
init_features.set_wumbo_optional();
949+
init_features.set_anchors_zero_fee_htlc_tx_optional();
949950
init_features.set_shutdown_any_segwit_optional();
950951
init_features.set_onion_messages_optional();
951952
init_features.set_channel_type_optional();
952953
init_features.set_scid_privacy_optional();
953954
init_features.set_zero_conf_optional();
954-
init_features.set_anchors_zero_fee_htlc_tx_optional();
955955

956956
assert!(init_features.initial_routing_sync());
957957
assert!(!init_features.supports_upfront_shutdown_script());
@@ -962,7 +962,7 @@ mod tests {
962962
// Check that the flags are as expected:
963963
// - option_data_loss_protect (req)
964964
// - var_onion_optin (req) | static_remote_key (req) | payment_secret(req)
965-
// - basic_mpp | wumbo
965+
// - basic_mpp | wumbo | anchors_zero_fee_htlc_tx
966966
// - opt_shutdown_anysegwit
967967
// - onion_messages
968968
// - option_channel_type | option_scid_alias

0 commit comments

Comments
 (0)