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