Skip to content

Commit bd7e721

Browse files
committed
Update missed comment in Features test
1 parent aba5092 commit bd7e721

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
@@ -963,12 +963,12 @@ mod tests {
963963
init_features.set_payment_secret_required();
964964
init_features.set_basic_mpp_optional();
965965
init_features.set_wumbo_optional();
966+
init_features.set_anchors_zero_fee_htlc_tx_optional();
966967
init_features.set_shutdown_any_segwit_optional();
967968
init_features.set_onion_messages_optional();
968969
init_features.set_channel_type_optional();
969970
init_features.set_scid_privacy_optional();
970971
init_features.set_zero_conf_optional();
971-
init_features.set_anchors_zero_fee_htlc_tx_optional();
972972

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

0 commit comments

Comments
 (0)