lnwallet+docs: minrelayfee always above fee floor

The minimum relay fee is always ensured to be above our fee floor except
in the very first min relay fee query to bitcoind. This commit ensures
that the fee floor is respected in this first query.
This commit is contained in:
Elle Mouton
2021-12-10 13:06:48 +02:00
parent 485ec0f697
commit 2449e66d29
3 changed files with 17 additions and 2 deletions

View File

@@ -35,6 +35,9 @@
* [Fix memory corruption in Mission Control
Store](https://github.com/lightningnetwork/lnd/pull/6068)
* [Ensure that the min relay fee is always clamped by our fee
floor](https://github.com/lightningnetwork/lnd/pull/6076)
## RPC Server
@@ -49,6 +52,7 @@
* Andras Banki-Horvath
* Bjarne Magnussen
* Elle Mouton
* Harsha Goli
* Martin Habovštiak
* Naveen Srinivasan