From 52c7a1519f0e57c2a7f4642530e86a068413a319 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Wed, 9 Sep 2020 16:27:57 -0400 Subject: [PATCH] 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. --- sample-lnd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-lnd.conf b/sample-lnd.conf index b92f8b76..cb52ec8e 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -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