File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
lightning-rapid-gossip-sync Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ request from the server instance. The methods `sync_network_graph_with_file_path
14
14
` update_network_graph_no_std ` all return a ` Result<u32, GraphSyncError> ` , and that ` u32 ` success value
15
15
is the timestamp meant to be used for the next server request.
16
16
17
+ Note that running those methods also updates the timestamp stored in the ` NetworkGraph ` object, whence it can be easily
18
+ retrieved by calling ` get_last_rapid_gossip_sync_timestamp ` , so using RGS does not impose any additional caching
19
+ requirements beyond those already used for storing the network graph.
20
+
17
21
## Mechanism
18
22
19
23
The (presumed) server sends a compressed gossip response containing gossip data. The gossip data is
You can’t perform that action at this time.
0 commit comments