mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-12 15:17:32 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user