Merge pull request #7746 from ziggie1984/min-relay-fee

Handle Min Mempool Fee error so that lnd will startup correctly
This commit is contained in:
Oliver Gugger
2023-07-26 14:42:49 +02:00
committed by GitHub
10 changed files with 286 additions and 14 deletions

View File

@@ -177,6 +177,11 @@ unlock or create.
* Fixed a memory leak found in mempool management handled by
[`btcwallet`](https://github.com/lightningnetwork/lnd/pull/7767).
* Make sure lnd starts up as normal in case a transaction does not meet min
mempool fee requirements. [Handle min mempool fee backend error when a
transaction fails to be broadcasted by the
bitcoind backend](https://github.com/lightningnetwork/lnd/pull/7746)
* [Updated bbolt to v1.3.7](https://github.com/lightningnetwork/lnd/pull/7796)
in order to address mmap issues affecting certain older iPhone devices.