We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6e602 commit 0431df7Copy full SHA for 0431df7
lightning/src/util/persist.rs
@@ -48,7 +48,7 @@ pub const CHANNEL_MANAGER_PERSISTENCE_KEY: &str = "manager";
48
pub const CHANNEL_MONITOR_PERSISTENCE_PRIMARY_NAMESPACE: &str = "monitors";
49
/// The secondary namespace under which [`ChannelMonitor`]s will be persisted.
50
pub const CHANNEL_MONITOR_PERSISTENCE_SECONDARY_NAMESPACE: &str = "";
51
-/// The namespace under which [`ChannelMonitorUpdate`]s will be persisted.
+/// The primary namespace under which [`ChannelMonitorUpdate`]s will be persisted.
52
pub const CHANNEL_MONITOR_UPDATE_PERSISTENCE_PRIMARY_NAMESPACE: &str = "monitor_updates";
53
54
/// The primary namespace under which the [`NetworkGraph`] will be persisted.
0 commit comments