mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 02:39:18 +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
1 changed files with 0 additions and 1 deletions
|
@ -181,7 +181,6 @@ class BitcoinSServerMain(override val serverArgParser: ServerArgParser)(implicit
|
|||
val startedDLCNodeF = {
|
||||
for {
|
||||
dlcNode <- dlcNodeF
|
||||
_ <- startedTorConfigF
|
||||
_ <- dlcNode.start()
|
||||
} yield dlcNode
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue