File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments