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 13963ac commit 6958d22Copy full SHA for 6958d22
lightning/src/ln/channel.rs
@@ -483,7 +483,7 @@ struct PendingChannelMonitorUpdate {
483
update: ChannelMonitorUpdate,
484
/// In some cases we need to delay letting the [`ChannelMonitorUpdate`] go until after an
485
/// `Event` is processed by the user. This bool indicates the [`ChannelMonitorUpdate`] is
486
- /// blocked on some externl event and the [`ChannelManager`] will update us when we're ready.
+ /// blocked on some external event and the [`ChannelManager`] will update us when we're ready.
487
///
488
/// [`ChannelManager`]: super::channelmanager::ChannelManager
489
blocked: bool,
0 commit comments