Skip to content

Commit 560cddd

Browse files
committed
s
1 parent af89dc1 commit 560cddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ln/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2377,7 +2377,7 @@ impl Channel {
23772377
holding_cell_outbound_amount_msat: {
23782378
let mut res = 0;
23792379
for h in self.holding_cell_htlc_updates.iter() {
2380-
match &h {
2380+
match h {
23812381
&HTLCUpdateAwaitingACK::AddHTLC{amount_msat, .. } => {
23822382
res += amount_msat;
23832383
}

0 commit comments

Comments
 (0)