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 37d874f commit 994e4c7Copy full SHA for 994e4c7
lightning-transaction-sync/tests/integration_tests.rs
@@ -350,7 +350,7 @@ async fn test_esplora_syncs() {
350
}
351
352
#[tokio::test]
353
-#[cfg(any(feature = "esplora-async-https", feature = "esplora_blocking"))]
+#[cfg(any(feature = "esplora-async-https", feature = "esplora-blocking"))]
354
async fn test_esplora_connects_to_public_server() {
355
let mut logger = TestLogger {};
356
let esplora_url = "https://blockstream.info/api".to_string();
0 commit comments