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 09b1c56 commit 192c5d2Copy full SHA for 192c5d2
lightning/src/ln/channelmanager.rs
@@ -4768,7 +4768,7 @@ where
4768
// If we're running during init we cannot update a monitor directly - they probably
4769
// haven't actually been loaded yet. Instead, push the monitor update as a background
4770
// event.
4771
- // Note that while its safe to use `ClosedMonitorUpdateRegeneratedOnStartup` here (the
+ // Note that while it's safe to use `ClosedMonitorUpdateRegeneratedOnStartup` here (the
4772
// channel is already closed) we need to ultimately handle the monitor update
4773
// completion action only after we've completed the monitor update. This is the only
4774
// way to guarantee this update *will* be regenerated on startup (otherwise if this was
0 commit comments