sample-lnd.conf: remove deprecated wtclient option

This commit is contained in:
Ediz Turcan 2020-03-05 20:22:02 +01:00
parent 42e65d4ae5
commit bf5ccce786
No known key found for this signature in database
GPG Key ID: C9ADBDEA31AF93EB

@ -380,12 +380,9 @@ litecoin.node=ltcd
; watchtower.writetimeout=15s ; watchtower.writetimeout=15s
[wtclient] [wtclient]
; Configure the private tower to which lnd will connect to backup encrypted ; Activate Watchtower Client. To get more information or configure watchtowers
; justice transactions. The format should be pubkey@host:port, where the port is ; run `lncli wtclient -h`
; optional and assumed to be 9911 otherwise. At most one private tower URI is ; wtclient.active=true
; supported at this time; if none are provided then the watchtower client will
; be inactive.
; wtclient.private-tower-uris=
; Specify the fee rate with which justice transactions will be signed. This fee ; 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 ; rate should be chosen as a maximum fee rate one is willing to pay in order to