Skip to content

Commit 432d180

Browse files
committed
Update missed comment in Features test
1 parent 883908c commit 432d180

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
@@ -964,12 +964,12 @@ mod tests {
964964
init_features.set_payment_secret_required();
965965
init_features.set_basic_mpp_optional();
966966
init_features.set_wumbo_optional();
967+
init_features.set_anchors_zero_fee_htlc_tx_optional();
967968
init_features.set_shutdown_any_segwit_optional();
968969
init_features.set_onion_messages_optional();
969970
init_features.set_channel_type_optional();
970971
init_features.set_scid_privacy_optional();
971972
init_features.set_zero_conf_optional();
972-
init_features.set_anchors_zero_fee_htlc_tx_optional();
973973

974974
assert!(init_features.initial_routing_sync());
975975
assert!(!init_features.supports_upfront_shutdown_script());
@@ -980,7 +980,7 @@ mod tests {
980980
// Check that the flags are as expected:
981981
// - option_data_loss_protect (req)
982982
// - var_onion_optin (req) | static_remote_key (req) | payment_secret(req)
983-
// - basic_mpp | wumbo
983+
// - basic_mpp | wumbo | anchors_zero_fee_htlc_tx
984984
// - opt_shutdown_anysegwit
985985
// - onion_messages
986986
// - option_channel_type | option_scid_alias

0 commit comments

Comments
 (0)