We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OnchainTxHandler::generate_external_htlc_claim
1 parent 0838392 commit 2599eacCopy full SHA for 2599eac
lightning/src/chain/onchaintx.rs
@@ -1047,7 +1047,7 @@ impl<ChannelSigner: Sign> OnchainTxHandler<ChannelSigner> {
1047
1048
#[cfg(anchors)]
1049
pub(crate) fn generate_external_htlc_claim(
1050
- &mut self, outp: &::bitcoin::OutPoint, preimage: &Option<PaymentPreimage>
+ &self, outp: &::bitcoin::OutPoint, preimage: &Option<PaymentPreimage>
1051
) -> Option<ExternalHTLCClaim> {
1052
let find_htlc = |holder_commitment: &HolderCommitmentTransaction| -> Option<ExternalHTLCClaim> {
1053
let trusted_tx = holder_commitment.trust();
0 commit comments