Skip to content

Commit 20a5bc3

Browse files
committed
f - fix docs
1 parent 492e192 commit 20a5bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/events/bump_transaction.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ pub enum BumpTransactionEvent {
110110
///
111111
/// The consumer should be able to sign for any of the additional inputs included within the
112112
/// child anchor transaction. To sign its anchor input, an [`EcdsaChannelSigner`] should be
113-
/// re-derived through [`AnchorDescriptor::derive_channel_signer`]. The anchor input signature
113+
/// re-derived through [`SignerProvider::derive_channel_signer`]. The anchor input signature
114114
/// can be computed with [`EcdsaChannelSigner::sign_holder_anchor_input`], which can then be
115115
/// provided to [`build_anchor_input_witness`] along with the `funding_pubkey` to obtain the
116116
/// full witness required to spend.
@@ -175,7 +175,7 @@ pub enum BumpTransactionEvent {
175175
///
176176
/// The consumer should be able to sign for any of the non-HTLC inputs added to the resulting
177177
/// HTLC transaction. To sign HTLC inputs, an [`EcdsaChannelSigner`] should be re-derived
178-
/// through [`HTLCDescriptor::derive_channel_signer`]. Each HTLC input's signature can be
178+
/// through [`SignerProvider::derive_channel_signer`]. Each HTLC input's signature can be
179179
/// computed with [`EcdsaChannelSigner::sign_holder_htlc_transaction`], which can then be
180180
/// provided to [`HTLCDescriptor::tx_input_witness`] to obtain the fully signed witness required
181181
/// to spend.

0 commit comments

Comments
 (0)