Skip to content

Commit 192c5d2

Browse files
committed
f sp
1 parent 09b1c56 commit 192c5d2

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
@@ -4768,7 +4768,7 @@ where
47684768
// If we're running during init we cannot update a monitor directly - they probably
47694769
// haven't actually been loaded yet. Instead, push the monitor update as a background
47704770
// event.
4771-
// Note that while its safe to use `ClosedMonitorUpdateRegeneratedOnStartup` here (the
4771+
// Note that while it's safe to use `ClosedMonitorUpdateRegeneratedOnStartup` here (the
47724772
// channel is already closed) we need to ultimately handle the monitor update
47734773
// completion action only after we've completed the monitor update. This is the only
47744774
// way to guarantee this update *will* be regenerated on startup (otherwise if this was

0 commit comments

Comments
 (0)