mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 09:52:09 +01:00
Remove map on tor to allow access to getdlchostaddress endpoint before tor is fully stated (#4435)
This commit is contained in:
parent
76694a55e9
commit
20bf1e6a08
@ -181,7 +181,6 @@ class BitcoinSServerMain(override val serverArgParser: ServerArgParser)(implicit
|
||||
val startedDLCNodeF = {
|
||||
for {
|
||||
dlcNode <- dlcNodeF
|
||||
_ <- startedTorConfigF
|
||||
_ <- dlcNode.start()
|
||||
} yield dlcNode
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user