Merge pull request #9182 from ziggie1984/fix-feebuffer

Deprecate dust-threshold config value
This commit is contained in:
Olaoluwa Osuntokun
2024-11-07 19:41:38 -08:00
committed by GitHub
8 changed files with 96 additions and 19 deletions

View File

@@ -139,6 +139,11 @@
these options have also been increased from max 3 log files to 10 and from
max 10 MB to 20 MB.
* [Deprecate `dust-threshold`
config option](https://github.com/lightningnetwork/lnd/pull/9182) and introduce
a new option `channel-max-fee-exposure` which is unambiguous in its description.
The underlying functionality between those two options remain the same.
## Breaking Changes
## Performance Improvements