Skip to content

Commit 8ff90af

Browse files
committed
f fix compile
1 parent 41a2af1 commit 8ff90af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3510,7 +3510,7 @@ where
35103510
htlcs.push(claimable_htlc);
35113511
let amount_msat = htlcs.iter().map(|htlc| htlc.value).sum();
35123512
htlcs.iter_mut().for_each(|htlc| htlc.total_value_received = Some(amount_msat));
3513-
new_events.push((events::Event::PaymentClaimable {
3513+
new_events.push_back((events::Event::PaymentClaimable {
35143514
receiver_node_id: Some(receiver_node_id),
35153515
payment_hash,
35163516
purpose: purpose(),

0 commit comments

Comments
 (0)