From ac46f9a2989521e613f1be8626833091ce1dbd6a Mon Sep 17 00:00:00 2001 From: Mayank Chhabra Date: Thu, 17 Sep 2020 12:37:20 +0530 Subject: [PATCH] Remove duplicate tor.streamisolation option This commit removes the duplicate tor.streamisolation option from `sample-lnd.conf` example config file (which was accidentally added in commit #104a9094980f31560ca269d3b01f000dd775778d) --- sample-lnd.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sample-lnd.conf b/sample-lnd.conf index 2645dfe12..ebfd34967 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -517,11 +517,6 @@ litecoin.node=ltcd ; in with lnd's traffic. ; tor.streamisolation=true - -; Enable Tor stream isolation by randomizing user credentials for each -; connection. -; tor.streamisolation=true - ; The host:port that Tor is listening on for Tor control connections (default: ; localhost:9051) ; tor.control=localhost:9091