Skip to content

Commit f15e63f

Browse files
committed
f comments
1 parent c927afb commit f15e63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ pub enum Event {
209209
},
210210
/// Indicates a payment has been claimed and we've received money!
211211
///
212-
/// Thist most likely occurs when [`ChannelManager::claim_funds`] has been called in response
212+
/// This most likely occurs when [`ChannelManager::claim_funds`] has been called in response
213213
/// to an [`Event::PaymentReceived`]. However, if we previously crashed during a
214214
/// [`ChannelManager::claim_funds`] call you may see this event without a corresponding
215215
/// [`Event::PaymentReceived`] event.

0 commit comments

Comments
 (0)