Skip to content

Commit feb6f75

Browse files
committed
Fix broken RGS doc link
1 parent 5160dff commit feb6f75

File tree

1 file changed

+2
-1
lines changed
  • lightning-rapid-gossip-sync/src

1 file changed

+2
-1
lines changed

lightning-rapid-gossip-sync/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
//!
3737
//! After the gossip data snapshot has been downloaded, one of the client's graph processing
3838
//! 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`]:
39+
//! from disk, which we do by calling `RapidGossipSync::update_network_graph` or
40+
//! `RapidGossipSync::update_network_graph_no_std`:
4041
//!
4142
//! ```
4243
//! use bitcoin::constants::genesis_block;

0 commit comments

Comments
 (0)