File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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);
You can’t perform that action at this time.
0 commit comments