mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
docs: fix "tor.active" item in sample-lnd.conf
When starting up with lnd.conf that contains the sample line "tor.active", lnd crashes and prints the error: malformed key=value (tor.active) Using "tor.active=true" instead works as expected.
This commit is contained in:
parent
8668248d96
commit
52c7a1519f
@ -474,7 +474,7 @@ litecoin.node=ltcd
|
||||
|
||||
[tor]
|
||||
; Allow outbound and inbound connections to be routed through Tor
|
||||
; tor.active
|
||||
; tor.active=true
|
||||
|
||||
; The port that Tor's exposed SOCKS5 proxy is listening on. Using Tor allows
|
||||
; outbound-only connections (listening will be disabled) -- NOTE port must be
|
||||
|
Loading…
Reference in New Issue
Block a user