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.
1 parent 5160dff commit feb6f75Copy full SHA for feb6f75
lightning-rapid-gossip-sync/src/lib.rs
@@ -36,7 +36,8 @@
36
//!
37
//! After the gossip data snapshot has been downloaded, one of the client's graph processing
38
//! functions needs to be called. In this example, we process the update by reading its contents
39
-//! from disk, which we do by calling [`RapidGossipSync::update_network_graph`]:
+//! from disk, which we do by calling `RapidGossipSync::update_network_graph` or
40
+//! `RapidGossipSync::update_network_graph_no_std`:
41
42
//! ```
43
//! use bitcoin::constants::genesis_block;
0 commit comments