@@ -39,28 +39,28 @@ pub const KVSTORE_NAMESPACE_KEY_MAX_LEN: usize = 120;
39
39
40
40
/// The primary namespace under which the [`ChannelManager`] will be persisted.
41
41
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.
43
43
pub const CHANNEL_MANAGER_PERSISTENCE_SECONDARY_NAMESPACE : & str = "" ;
44
44
/// The key under which the [`ChannelManager`] will be persisted.
45
45
pub const CHANNEL_MANAGER_PERSISTENCE_KEY : & str = "manager" ;
46
46
47
47
/// The primary namespace under which [`ChannelMonitor`]s will be persisted.
48
48
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.
50
50
pub const CHANNEL_MONITOR_PERSISTENCE_SECONDARY_NAMESPACE : & str = "" ;
51
51
/// The namespace under which [`ChannelMonitorUpdate`]s will be persisted.
52
52
pub const CHANNEL_MONITOR_UPDATE_PERSISTENCE_PRIMARY_NAMESPACE : & str = "monitor_updates" ;
53
53
54
54
/// The primary namespace under which the [`NetworkGraph`] will be persisted.
55
55
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.
57
57
pub const NETWORK_GRAPH_PERSISTENCE_SECONDARY_NAMESPACE : & str = "" ;
58
58
/// The key under which the [`NetworkGraph`] will be persisted.
59
59
pub const NETWORK_GRAPH_PERSISTENCE_KEY : & str = "network_graph" ;
60
60
61
61
/// The primary namespace under which the [`WriteableScore`] will be persisted.
62
62
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.
64
64
pub const SCORER_PERSISTENCE_SECONDARY_NAMESPACE : & str = "" ;
65
65
/// The key under which the [`WriteableScore`] will be persisted.
66
66
pub const SCORER_PERSISTENCE_KEY : & str = "scorer" ;
0 commit comments