Skip to content

Commit 2514530

Browse files
authored
Merge pull request #496 from TheBlueMatt/2020-02-461-extra-mut
Remove unnecessary mut introduced in 0c595a7
2 parents c906f28 + f137139 commit 2514530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmonitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,7 @@ impl<ChanSigner: ChannelKeys> ChannelMonitor<ChanSigner> {
18321832
}
18331833
if let Some(payment_preimage) = self.payment_preimages.get(&htlc.payment_hash) {
18341834
if htlc.offered {
1835-
let mut input = TxIn {
1835+
let input = TxIn {
18361836
previous_output: BitcoinOutPoint {
18371837
txid: commitment_txid,
18381838
vout: transaction_output_index,

0 commit comments

Comments
 (0)