File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5258,9 +5258,10 @@ fn test_dynamic_spendable_outputs_local_htlc_timeout_tx() {
5258
5258
5259
5259
#[ test]
5260
5260
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`.
5264
5265
5265
5266
let chanmon_cfgs = create_chanmon_cfgs ( 3 ) ;
5266
5267
You can’t perform that action at this time.
0 commit comments