Skip to content

Commit 552fd51

Browse files
committed
f \n
1 parent 3d13910 commit 552fd51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/ln/channelmanager.rs

-1
Original file line numberDiff line numberDiff line change
@@ -6800,7 +6800,6 @@ impl<'a, Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref, L: Deref>
68006800
for (_, monitor) in args.channel_monitors.iter() {
68016801
for (payment_hash, payment_preimage) in monitor.get_stored_preimages() {
68026802
if let Some(claimable_htlcs) = claimable_htlcs.remove(&payment_hash) {
6803-
68046803
log_info!(args.logger, "Re-claimaing HTLCs with payment hash {} due to partial-claim.", log_bytes!(payment_hash.0));
68056804
let mut purpose = None;
68066805
let mut claimable_amt_msat = 0;

0 commit comments

Comments
 (0)