We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b20502 commit fd75747Copy full SHA for fd75747
lightning/src/routing/network_graph.rs
@@ -124,6 +124,7 @@ impl Readable for NodeId {
124
/// Represents the network as nodes and channels between them
125
pub struct NetworkGraph {
126
/// The timestamp provided by the most recent rapid gossip sync
127
+ /// It will be set by the rapid sync process after every sync completion
128
pub last_rapid_gossip_sync_timestamp: Option<u32>,
129
genesis_hash: BlockHash,
130
// Lock order: channels -> nodes
0 commit comments