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.
connect_to_public_esplora
1 parent a7d86ce commit 6afb752Copy full SHA for 6afb752
tests/integration_tests_rust.rs
@@ -195,17 +195,6 @@ fn multi_hop_sending() {
195
expect_payment_successful_event!(nodes[0], payment_id, Some(fee_paid_msat));
196
}
197
198
-#[test]
199
-fn connect_to_public_testnet_esplora() {
200
- let mut config = random_config(true);
201
- config.network = Network::Testnet;
202
- setup_builder!(builder, config);
203
- builder.set_chain_source_esplora("https://blockstream.info/testnet/api".to_string(), None);
204
- let node = builder.build().unwrap();
205
- node.start().unwrap();
206
- node.stop().unwrap();
207
-}
208
-
209
#[test]
210
fn start_stop_reinit() {
211
let (bitcoind, electrsd) = setup_bitcoind_and_electrsd();
0 commit comments