We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NetworkGraph
1 parent 5b98a77 commit ab94012Copy full SHA for ab94012
lightning/src/routing/network_graph.rs
@@ -120,6 +120,9 @@ impl Readable for NodeId {
120
}
121
122
/// Represents the network as nodes and channels between them
123
+///
124
+/// When built with the `std` feature, [`NetworkGraph::remove_stale_channels`] is called
125
+/// immediately prior to serialization to avoid bloat.
126
pub struct NetworkGraph {
127
genesis_hash: BlockHash,
128
// Lock order: channels -> nodes
0 commit comments