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 273647c commit e65ddd4Copy full SHA for e65ddd4
lightning-rapid-gossip-sync/src/lib.rs
@@ -34,8 +34,7 @@
34
//! ```shell
35
//! curl -o rapid_sync.lngossip https://rapidsync.lightningdevkit.org/snapshot/<last_sync_timestamp>
36
//! ```
37
-//! Note that the
38
-//! first ever rapid sync should use `0` for `last_sync_timestamp`.
+//! Note that the first ever rapid sync should use `0` for `last_sync_timestamp`.
39
//!
40
//! After the gossip data snapshot has been downloaded, one of the client's graph processing
41
//! functions needs to be called. In this example, we process the update by reading its contents
0 commit comments