diff --git a/README.md b/README.md index dd4f434db..0068b6e07 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ fn main() { builder.set_network(Network::Testnet); builder.set_chain_source_esplora("https://blockstream.info/testnet/api".to_string(), None); builder.set_gossip_source_rgs( - "https://rapidsync.lightningdevkit.org/testnet/snapshot".to_string(), + "https://rapidsync.lightningdevkit.org/testnet/v2/snapshot".to_string(), ); diff --git a/src/lib.rs b/src/lib.rs index 3e5180dcb..109ade0ae 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -39,7 +39,7 @@ //! builder.set_network(Network::Testnet); //! builder.set_chain_source_esplora("https://blockstream.info/testnet/api".to_string(), None); //! builder.set_gossip_source_rgs( -//! "https://rapidsync.lightningdevkit.org/testnet/snapshot".to_string(), +//! "https://rapidsync.lightningdevkit.org/testnet/v2/snapshot".to_string(), //! ); //! //! let mnemonic = generate_entropy_mnemonic(None);