Skip to content

Commit b749d60

Browse files
committed
f Outdated fuzz comment
1 parent d3e5912 commit b749d60

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lightning/src/ln/functional_tests.rs

+4-3
Original file line numberDiff line numberDiff line change
@@ -5258,9 +5258,10 @@ fn test_dynamic_spendable_outputs_local_htlc_timeout_tx() {
52585258

52595259
#[test]
52605260
fn test_key_derivation_params() {
5261-
// This test is a copy of test_dynamic_spendable_outputs_local_htlc_timeout_tx, with
5262-
// a key manager rotation to test that key_derivation_params returned in DynamicOutputP2WSH
5263-
// let us re-derive the channel key set to then derive a delayed_payment_key.
5261+
// This test is a copy of test_dynamic_spendable_outputs_local_htlc_timeout_tx, with a key
5262+
// manager rotation to test that `channel_keys_id` returned in
5263+
// [`SpendableOutputDescriptor::DelayedPaymentOutput`] let us re-derive the channel key set to
5264+
// then derive a `delayed_payment_key`.
52645265

52655266
let chanmon_cfgs = create_chanmon_cfgs(3);
52665267

0 commit comments

Comments
 (0)