Skip to content

Commit aabd35e

Browse files
committed
f sp
1 parent fd81a7e commit aabd35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4763,7 +4763,7 @@ where
47634763
// If we're running during init we cannot update a monitor directly - they probably
47644764
// haven't actually been loaded yet. Instead, push the monitor update as a background
47654765
// event.
4766-
// Note that while its safe to use `ClosedMonitorUpdateRegeneratedOnStartup` here (the
4766+
// Note that while it's safe to use `ClosedMonitorUpdateRegeneratedOnStartup` here (the
47674767
// channel is already closed) we need to ultimately handle the monitor update
47684768
// completion action only after we've completed the monitor update. This is the only
47694769
// way to guarantee this update *will* be regenerated on startup (otherwise if this was

0 commit comments

Comments
 (0)