Skip to content

Commit 3d6e602

Browse files
committed
f consts
1 parent bbefcb5 commit 3d6e602

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lightning/src/util/persist.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,28 @@ pub const KVSTORE_NAMESPACE_KEY_MAX_LEN: usize = 120;
3939

4040
/// The primary namespace under which the [`ChannelManager`] will be persisted.
4141
pub const CHANNEL_MANAGER_PERSISTENCE_PRIMARY_NAMESPACE: &str = "";
42-
/// The secondary-namespace under which the [`ChannelManager`] will be persisted.
42+
/// The secondary namespace under which the [`ChannelManager`] will be persisted.
4343
pub const CHANNEL_MANAGER_PERSISTENCE_SECONDARY_NAMESPACE: &str = "";
4444
/// The key under which the [`ChannelManager`] will be persisted.
4545
pub const CHANNEL_MANAGER_PERSISTENCE_KEY: &str = "manager";
4646

4747
/// The primary namespace under which [`ChannelMonitor`]s will be persisted.
4848
pub const CHANNEL_MONITOR_PERSISTENCE_PRIMARY_NAMESPACE: &str = "monitors";
49-
/// The secondary-namespace under which [`ChannelMonitor`]s will be persisted.
49+
/// The secondary namespace under which [`ChannelMonitor`]s will be persisted.
5050
pub const CHANNEL_MONITOR_PERSISTENCE_SECONDARY_NAMESPACE: &str = "";
5151
/// The 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.
5555
pub const NETWORK_GRAPH_PERSISTENCE_PRIMARY_NAMESPACE: &str = "";
56-
/// The secondary-namespace under which the [`NetworkGraph`] will be persisted.
56+
/// The secondary namespace under which the [`NetworkGraph`] will be persisted.
5757
pub const NETWORK_GRAPH_PERSISTENCE_SECONDARY_NAMESPACE: &str = "";
5858
/// The key under which the [`NetworkGraph`] will be persisted.
5959
pub const NETWORK_GRAPH_PERSISTENCE_KEY: &str = "network_graph";
6060

6161
/// The primary namespace under which the [`WriteableScore`] will be persisted.
6262
pub const SCORER_PERSISTENCE_PRIMARY_NAMESPACE: &str = "";
63-
/// The secondary-namespace under which the [`WriteableScore`] will be persisted.
63+
/// The secondary namespace under which the [`WriteableScore`] will be persisted.
6464
pub const SCORER_PERSISTENCE_SECONDARY_NAMESPACE: &str = "";
6565
/// The key under which the [`WriteableScore`] will be persisted.
6666
pub const SCORER_PERSISTENCE_KEY: &str = "scorer";

0 commit comments

Comments
 (0)