Skip to content

Commit 2591e1c

Browse files
committed
f remove extra dot
1 parent c1db8c7 commit 2591e1c

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
@@ -4484,7 +4484,7 @@ impl<M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelManager<M, T, K, F
44844484
// duplicate claim, but we have no way of knowing without interrogating the
44854485
// `ChannelMonitor` we've provided the above update to. Instead, note that `Event`s are
44864486
// generally always allowed to be duplicative (and it's specifically noted in
4487-
// `PaymentForwarded`)..
4487+
// `PaymentForwarded`).
44884488
self.handle_monitor_update_completion_actions(completion_action(None));
44894489
return ClaimFundsFromHop::PrevHopForceClosed
44904490
}

0 commit comments

Comments
 (0)