Skip to content

Commit 0431df7

Browse files
committed
f consts
1 parent 3d6e602 commit 0431df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/persist.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pub const CHANNEL_MANAGER_PERSISTENCE_KEY: &str = "manager";
4848
pub const CHANNEL_MONITOR_PERSISTENCE_PRIMARY_NAMESPACE: &str = "monitors";
4949
/// The secondary namespace under which [`ChannelMonitor`]s will be persisted.
5050
pub const CHANNEL_MONITOR_PERSISTENCE_SECONDARY_NAMESPACE: &str = "";
51-
/// The namespace under which [`ChannelMonitorUpdate`]s will be persisted.
51+
/// The primary namespace under which [`ChannelMonitorUpdate`]s will be persisted.
5252
pub const CHANNEL_MONITOR_UPDATE_PERSISTENCE_PRIMARY_NAMESPACE: &str = "monitor_updates";
5353

5454
/// The primary namespace under which the [`NetworkGraph`] will be persisted.

0 commit comments

Comments
 (0)