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.
2 parents c906f28 + f137139 commit 2514530Copy full SHA for 2514530
lightning/src/ln/channelmonitor.rs
@@ -1832,7 +1832,7 @@ impl<ChanSigner: ChannelKeys> ChannelMonitor<ChanSigner> {
1832
}
1833
if let Some(payment_preimage) = self.payment_preimages.get(&htlc.payment_hash) {
1834
if htlc.offered {
1835
- let mut input = TxIn {
+ let input = TxIn {
1836
previous_output: BitcoinOutPoint {
1837
txid: commitment_txid,
1838
vout: transaction_output_index,
0 commit comments