Replies: 1 comment 1 reply
-
That sounds about right, yes. Though that will return a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I am working on my first contribution to lnd.
In that context I would like to know if it is correct to use the
lnd/tor/tor.go
package to dial .onion addresses.Would the following in principle return a valid tor dialer?
tor.Dial("example.onion", "localhost:9050", false, false, tor.DefaultConnTimeout)
where thelocalhost
is running a tor proxy on port9050
.Let me know if you need more context of my use-case.
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions