Skip to content

Commit e827f12

Browse files
committed
f no closure
1 parent e72c5ee commit e827f12

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
@@ -13204,7 +13204,7 @@ where
1320413204
let claim_found =
1320513205
channel_manager.claimable_payments.lock().unwrap().begin_claiming_payment(
1320613206
payment_hash, &channel_manager.node_signer, &channel_manager.logger,
13207-
&channel_manager.inbound_payment_id_secret, |_| Ok(()),
13207+
&channel_manager.inbound_payment_id_secret, true,
1320813208
);
1320913209
if claim_found.is_err() {
1321013210
let mut claimable_payments = channel_manager.claimable_payments.lock().unwrap();

0 commit comments

Comments
 (0)