Skip to content

Commit

Permalink
f fix broken doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
domZippilli committed Sep 26, 2023
1 parent 025227d commit 8f409c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lightning/src/util/persist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,10 @@ where
///
/// # Reading channel state from storage
///
/// Channel state is reconstructed by calling
/// [`MonitorUpdatingPersister::read_channel_monitors_with_updates`]. Please see that function's
/// 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
/// [`MonitorUpdatingPersister::read_channel_monitor_with_updates`].
///
/// # Pruning stale channel updates
///
Expand Down

0 comments on commit 8f409c4

Please sign in to comment.