Skip to content

Commit 8f409c4

Browse files
committed
f fix broken doc links
1 parent 025227d commit 8f409c4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lightning/src/util/persist.rs

+4-3
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,10 @@ where
324324
///
325325
/// # Reading channel state from storage
326326
///
327-
/// Channel state is reconstructed by calling
328-
/// [`MonitorUpdatingPersister::read_channel_monitors_with_updates`]. Please see that function's
329-
/// documentation for more information.
327+
/// Channel state can be reconstructed by calling
328+
/// [`MonitorUpdatingPersister::read_all_channel_monitors_with_updates`]. Alternatively, users can
329+
/// list channel monitors themselves and load channels individually using
330+
/// [`MonitorUpdatingPersister::read_channel_monitor_with_updates`].
330331
///
331332
/// # Pruning stale channel updates
332333
///

0 commit comments

Comments
 (0)