Skip to content

Commit 49a3883

Browse files
committed
f text
1 parent 9eb2a02 commit 49a3883

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
@@ -6797,7 +6797,7 @@ impl<'a, Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref, L: Deref>
67976797
for (_, monitor) in args.channel_monitors.iter() {
67986798
for (payment_hash, payment_preimage) in monitor.get_stored_preimages() {
67996799
if let Some(claimable_htlcs) = claimable_htlcs.remove(&payment_hash) {
6800-
log_info!(args.logger, "Re-claimaing HTLCs with payment hash {} due to partial-claim.", log_bytes!(payment_hash.0));
6800+
log_info!(args.logger, "Re-claiming HTLCs with payment hash {} as we've released the preimage to a ChannelMonitor!", log_bytes!(payment_hash.0));
68016801
for claimable_htlc in claimable_htlcs {
68026802
// Add a holding-cell claim of the payment to the Channel, which should be
68036803
// applied ~immediately on peer reconnection. Because it won't generate a

0 commit comments

Comments
 (0)