We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c927afb commit f15e63fCopy full SHA for f15e63f
lightning/src/util/events.rs
@@ -209,7 +209,7 @@ pub enum Event {
209
},
210
/// Indicates a payment has been claimed and we've received money!
211
///
212
- /// Thist most likely occurs when [`ChannelManager::claim_funds`] has been called in response
+ /// This most likely occurs when [`ChannelManager::claim_funds`] has been called in response
213
/// to an [`Event::PaymentReceived`]. However, if we previously crashed during a
214
/// [`ChannelManager::claim_funds`] call you may see this event without a corresponding
215
/// [`Event::PaymentReceived`] event.
0 commit comments