Skip to content

Commit 28f23fa

Browse files
committed
f Revert "f mention pruning before writing in NetworkGraph docs"
This reverts commit ab94012.
1 parent ab94012 commit 28f23fa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lightning/src/routing/network_graph.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ impl Readable for NodeId {
120120
}
121121

122122
/// 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.
126123
pub struct NetworkGraph {
127124
genesis_hash: BlockHash,
128125
// Lock order: channels -> nodes

0 commit comments

Comments
 (0)