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 b7a6c80 commit 8c76063Copy full SHA for 8c76063
bindings/kotlin/ldk-node-android/lib/src/androidTest/kotlin/org/lightningdevkit/ldknode/AndroidLibTest.kt
@@ -18,7 +18,6 @@ class AndroidLibTest {
18
@Test fun node_start_stop() {
19
val network = Network.REGTEST
20
21
- val esplora_url = "http://127.0.0.1:3002"
22
val tmpDir1 = createTempDirectory("ldk_node").toString()
23
println("Random dir 1: $tmpDir1")
24
val tmpDir2 = createTempDirectory("ldk_node").toString()
0 commit comments