Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderwiederin committed Nov 6, 2023
1 parent bf507b2 commit 6cec3c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions bindings/kotlin/ldk-node-jvm/lib/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ services:
]
ports:
- "3002:3002"
- "3000:3000"
networks:
- bitcoin-electrs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ class LibraryTest {

@Test fun fullCycle() {
val esploraEndpoint = "http://127.0.0.1:3002"
setup()

val tmpDir1 = createTempDirectory("ldk_node").toString()
println("Random dir 1: $tmpDir1")
Expand Down

0 comments on commit 6cec3c2

Please sign in to comment.