Skip to content

Commit 6958d22

Browse files
committed
f sp
1 parent 13963ac commit 6958d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ struct PendingChannelMonitorUpdate {
483483
update: ChannelMonitorUpdate,
484484
/// In some cases we need to delay letting the [`ChannelMonitorUpdate`] go until after an
485485
/// `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.
486+
/// blocked on some external event and the [`ChannelManager`] will update us when we're ready.
487487
///
488488
/// [`ChannelManager`]: super::channelmanager::ChannelManager
489489
blocked: bool,

0 commit comments

Comments
 (0)