Skip to content

Commit 7621e4b

Browse files
committed
Fix persist_graph docs to caller’s perspective
1 parent 3d54783 commit 7621e4b

File tree

1 file changed

+1
-1
lines changed
  • lightning-background-processor/src

1 file changed

+1
-1
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ where
9898
/// [`ChannelManager`]: lightning::ln::channelmanager::ChannelManager
9999
fn persist_manager(&self, channel_manager: &ChannelManager<Signer, M, T, K, F, L>) -> Result<(), std::io::Error>;
100100

101-
/// Persist the given [`NetworkGraph`] to disk, logging an error if persistence failed.
101+
/// Persist the given [`NetworkGraph`] to disk, returning an error if persistence failed.
102102
///
103103
/// [`NetworkGraph`]: lightning::routing::network_graph::NetworkGraph
104104
fn persist_graph(&self, network_graph: &NetworkGraph) -> Result<(), std::io::Error>;

0 commit comments

Comments
 (0)