We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025227d commit 8f409c4Copy full SHA for 8f409c4
lightning/src/util/persist.rs
@@ -324,9 +324,10 @@ where
324
///
325
/// # Reading channel state from storage
326
327
-/// Channel state is reconstructed by calling
328
-/// [`MonitorUpdatingPersister::read_channel_monitors_with_updates`]. Please see that function's
329
-/// documentation for more information.
+/// Channel state can be reconstructed by calling
+/// [`MonitorUpdatingPersister::read_all_channel_monitors_with_updates`]. Alternatively, users can
+/// list channel monitors themselves and load channels individually using
330
+/// [`MonitorUpdatingPersister::read_channel_monitor_with_updates`].
331
332
/// # Pruning stale channel updates
333
0 commit comments