Skip to content

Commit 4154c55

Browse files
committed
f lol
1 parent a9ad6f9 commit 4154c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2103,7 +2103,7 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
21032103

21042104
if let Some(per_commitment_data) = per_commitment_option {
21052105
fail_unbroadcast_htlcs!(self, "revoked_counterparty", commitment_txid, height,
2106-
per_commitment_data.iter().map(|(htlc_htlc_source, b)|
2106+
per_commitment_data.iter().map(|(htlc, htlc_source)|
21072107
(htlc, htlc_source.as_ref().map(|htlc_source| htlc_source.as_ref()))
21082108
), logger);
21092109
} else {

0 commit comments

Comments
 (0)