Skip to content

Commit

Permalink
Fix broken RGS doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Sep 4, 2024
1 parent 5160dff commit feb6f75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lightning-rapid-gossip-sync/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
//!
//! After the gossip data snapshot has been downloaded, one of the client's graph processing
//! functions needs to be called. In this example, we process the update by reading its contents
//! from disk, which we do by calling [`RapidGossipSync::update_network_graph`]:
//! from disk, which we do by calling `RapidGossipSync::update_network_graph` or
//! `RapidGossipSync::update_network_graph_no_std`:
//!
//! ```
//! use bitcoin::constants::genesis_block;
Expand Down

0 comments on commit feb6f75

Please sign in to comment.