Skip to content

Commit fd75747

Browse files
committed
Respond to further discussion.
1 parent 3b20502 commit fd75747

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/routing/network_graph.rs

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ impl Readable for NodeId {
124124
/// Represents the network as nodes and channels between them
125125
pub struct NetworkGraph {
126126
/// The timestamp provided by the most recent rapid gossip sync
127+
/// It will be set by the rapid sync process after every sync completion
127128
pub last_rapid_gossip_sync_timestamp: Option<u32>,
128129
genesis_hash: BlockHash,
129130
// Lock order: channels -> nodes

0 commit comments

Comments
 (0)