Skip to content

Commit 690817e

Browse files
committed
f lol
1 parent e2a95f3 commit 690817e

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
@@ -2112,7 +2112,7 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
21122112

21132113
if let Some(per_commitment_data) = per_commitment_option {
21142114
fail_unbroadcast_htlcs!(self, "revoked_counterparty", commitment_txid, height,
2115-
per_commitment_data.iter().map(|(htlc_htlc_source, b)|
2115+
per_commitment_data.iter().map(|(htlc, htlc_source)|
21162116
(htlc, htlc_source.as_ref().map(|htlc_source| htlc_source.as_ref()))
21172117
), logger);
21182118
} else {

0 commit comments

Comments
 (0)