Skip to content

Commit 70030ae

Browse files
committed
Update missed comment in Features test
1 parent 974d74d commit 70030ae

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
@@ -885,12 +885,12 @@ mod tests {
885885
init_features.set_payment_secret_required();
886886
init_features.set_basic_mpp_optional();
887887
init_features.set_wumbo_optional();
888+
init_features.set_anchors_zero_fee_htlc_tx_optional();
888889
init_features.set_shutdown_any_segwit_optional();
889890
init_features.set_onion_messages_optional();
890891
init_features.set_channel_type_optional();
891892
init_features.set_scid_privacy_optional();
892893
init_features.set_zero_conf_optional();
893-
init_features.set_anchors_zero_fee_htlc_tx_optional();
894894

895895
assert!(init_features.initial_routing_sync());
896896
assert!(!init_features.supports_upfront_shutdown_script());
@@ -901,7 +901,7 @@ mod tests {
901901
// Check that the flags are as expected:
902902
// - option_data_loss_protect
903903
// - var_onion_optin (req) | static_remote_key (req) | payment_secret(req)
904-
// - basic_mpp | wumbo
904+
// - basic_mpp | wumbo | anchors_zero_fee_htlc_tx
905905
// - opt_shutdown_anysegwit
906906
// - onion_messages
907907
// - option_channel_type | option_scid_alias

0 commit comments

Comments
 (0)