From bf5ccce78604962532b524d6ece76d2660a1bb0e Mon Sep 17 00:00:00 2001 From: Ediz Turcan <0x6564697a@turcan.de> Date: Thu, 5 Mar 2020 20:22:02 +0100 Subject: [PATCH] sample-lnd.conf: remove deprecated wtclient option --- sample-lnd.conf | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/sample-lnd.conf b/sample-lnd.conf index a66edb958..13080dc92 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -380,12 +380,9 @@ litecoin.node=ltcd ; watchtower.writetimeout=15s [wtclient] -; Configure the private tower to which lnd will connect to backup encrypted -; justice transactions. The format should be pubkey@host:port, where the port is -; optional and assumed to be 9911 otherwise. At most one private tower URI is -; supported at this time; if none are provided then the watchtower client will -; be inactive. -; wtclient.private-tower-uris= +; Activate Watchtower Client. To get more information or configure watchtowers +; run `lncli wtclient -h` +; wtclient.active=true ; Specify the fee rate with which justice transactions will be signed. This fee ; rate should be chosen as a maximum fee rate one is willing to pay in order to