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 e65ddd4 commit 5a6e3b3Copy full SHA for 5a6e3b3
lightning-rapid-gossip-sync/src/lib.rs
@@ -24,8 +24,8 @@
24
//! privately calculate routes for payments, and to do so much faster than requiring a full
25
//! peer-to-peer gossip sync to complete.
26
//!
27
-//! The server calculates its repsonse on the basis of a client-provided `latest_seen` timestamp,
28
-//! i.e., it will return all rapid gossip sync data it has seen after the given timestamp.
+//! The server calculates its response on the basis of a client-provided `latest_seen` timestamp,
+//! i.e., the server will return all rapid gossip sync data it has seen after the given timestamp.
29
30
//! # Getting Started
31
//! Firstly, the data needs to be retrieved from the server. For example, you could use the server
0 commit comments