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 c9a284f commit 670a4f1Copy full SHA for 670a4f1
lightning/src/chain/onchaintx.rs
@@ -1048,7 +1048,7 @@ impl<ChannelSigner: Sign> OnchainTxHandler<ChannelSigner> {
1048
1049
#[cfg(anchors)]
1050
pub(crate) fn generate_external_htlc_claim(
1051
- &mut self, outp: &::bitcoin::OutPoint, preimage: &Option<PaymentPreimage>
+ &self, outp: &::bitcoin::OutPoint, preimage: &Option<PaymentPreimage>
1052
) -> Option<ExternalHTLCClaim> {
1053
let find_htlc = |holder_commitment: &HolderCommitmentTransaction| -> Option<ExternalHTLCClaim> {
1054
let trusted_tx = holder_commitment.trust();
0 commit comments