mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
multi: bump lnd compile time dependency to v0.14.0-beta.rc1
This commit is contained in:
parent
6b04d8ecb0
commit
2c6e035235
9 changed files with 250 additions and 63 deletions
|
|
@ -693,7 +693,7 @@ func getSwapServerConn(address, proxyAddress string, insecure bool,
|
|||
address, proxyAddress)
|
||||
torDialer := func(_ context.Context, addr string) (net.Conn, error) {
|
||||
return tor.Dial(
|
||||
addr, proxyAddress, false,
|
||||
addr, proxyAddress, false, false,
|
||||
tor.DefaultConnTimeout,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue