Skip to content

Commit 4b8e701

Browse files
committed
Update RGS URLs in docs to use v2
We shipped RGS v2 a while back, overdue that we update the docs to point to the 'new' URLs.
1 parent fae2746 commit 4b8e701

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fn main() {
2727
builder.set_network(Network::Testnet);
2828
builder.set_chain_source_esplora("https://blockstream.info/testnet/api".to_string(), None);
2929
builder.set_gossip_source_rgs(
30-
"https://rapidsync.lightningdevkit.org/testnet/snapshot".to_string(),
30+
"https://rapidsync.lightningdevkit.org/testnet/v2/snapshot".to_string(),
3131
);
3232

3333

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
//! builder.set_network(Network::Testnet);
4040
//! builder.set_chain_source_esplora("https://blockstream.info/testnet/api".to_string(), None);
4141
//! builder.set_gossip_source_rgs(
42-
//! "https://rapidsync.lightningdevkit.org/testnet/snapshot".to_string(),
42+
//! "https://rapidsync.lightningdevkit.org/testnet/v2/snapshot".to_string(),
4343
//! );
4444
//!
4545
//! let mnemonic = generate_entropy_mnemonic(None);

0 commit comments

Comments
 (0)