Skip to content

Commit 4fb8c91

Browse files
committed
f sp
1 parent 346308d commit 4fb8c91

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
@@ -3509,7 +3509,7 @@ impl<Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelMana
35093509
/// While LDK will never claim a payment automatically on your behalf (i.e. without you calling
35103510
/// [`ChannelManager::claim_funds`]), you should still monitor for
35113511
/// [`events::Event::PaymentClaimed`] events even for payments you intend to fail, especially on
3512-
/// startup during which time claims which were in-progress at shutdown may be replayed.
3512+
/// startup during which time claims that were in-progress at shutdown may be replayed.
35133513
pub fn fail_htlc_backwards(&self, payment_hash: &PaymentHash) {
35143514
let _persistence_guard = PersistenceNotifierGuard::notify_on_drop(&self.total_consistency_lock, &self.persistence_notifier);
35153515

0 commit comments

Comments
 (0)