Merge pull request #5483 from ellemouton/respectMinFeeRate

multi: respect and update min relay fee
This commit is contained in:
Olaoluwa Osuntokun
2021-10-05 16:24:57 -07:00
committed by GitHub
9 changed files with 570 additions and 131 deletions

View File

@@ -335,6 +335,8 @@ you.
* [Order of the start/stop on subsystems are changed to promote better safety](https://github.com/lightningnetwork/lnd/pull/1783).
* [Fixed flake that occurred when testing the new optimistic link shutdown.](https://github.com/lightningnetwork/lnd/pull/5808)
* [Respect minimum relay fee during commitment fee updates](https://github.com/lightningnetwork/lnd/pull/5483).
* [Replace reference to protobuf library with OSV](https://github.com/lightningnetwork/lnd/pull/5759)