mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-12 04:55:43 +02:00
multi: add new NoRevLogAmtData config option
In this commit, a new `--db.no-rev-log-amt-data` flag is added. The config option is passed though to everywhere that it will be used. Note that it is still a no-op in this commit. An upcoming commit will make use of the flag.
This commit is contained in:
@@ -1241,6 +1241,12 @@ litecoin.node=ltcd
|
||||
; channels prior to lnd@v0.15.0.
|
||||
; db.prune-revocation=false
|
||||
|
||||
; If set to true, then the to-local and to-remote output amount data of revoked
|
||||
; commitment transactions will not be stored in the revocation log. Note that
|
||||
; this flag can only be set if --wtclient.active is not set. It is not
|
||||
; recommended to set this flag if you plan on ever setting wtclient.active in
|
||||
; the future.
|
||||
; db.no-rev-log-amt-data=false
|
||||
|
||||
[etcd]
|
||||
|
||||
|
Reference in New Issue
Block a user