Skip to content

Commit 352ecdc

Browse files
committed
f remove extra dot
1 parent 097f43c commit 352ecdc

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

0 commit comments

Comments
 (0)