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:
Elle Mouton
2023-02-10 10:13:34 +02:00
parent 9c01916bc0
commit 0730337cc7
11 changed files with 55 additions and 12 deletions

View File

@@ -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]