Remove map on tor to allow access to getdlchostaddress endpoint before tor is fully stated (#4435)

This commit is contained in:
Chris Stewart 2022-06-28 13:53:44 -05:00 committed by GitHub
parent 76694a55e9
commit 20bf1e6a08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,6 @@ class BitcoinSServerMain(override val serverArgParser: ServerArgParser)(implicit
val startedDLCNodeF = {
for {
dlcNode <- dlcNodeF
_ <- startedTorConfigF
_ <- dlcNode.start()
} yield dlcNode
}