mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-24 06:47:44 +01:00
docs/release-notes: add entry for fee rate bug fix and rpc change
This commit is contained in:
parent
9591e058ea
commit
40dd146358
1 changed files with 4 additions and 0 deletions
|
@ -78,6 +78,8 @@ Postgres](https://github.com/lightningnetwork/lnd/pull/6111)
|
||||||
|
|
||||||
* [Fix an issue that would prevent very old nodes from starting up due to lack of a historical channel bucket](https://github.com/lightningnetwork/lnd/pull/6159)
|
* [Fix an issue that would prevent very old nodes from starting up due to lack of a historical channel bucket](https://github.com/lightningnetwork/lnd/pull/6159)
|
||||||
|
|
||||||
|
* [Fixes a bug that would cause incorrect rounding when translating a decimal fee rate to ppm](https://github.com/lightningnetwork/lnd/pull/6200)
|
||||||
|
|
||||||
|
|
||||||
## RPC Server
|
## RPC Server
|
||||||
|
|
||||||
|
@ -100,6 +102,8 @@ Postgres](https://github.com/lightningnetwork/lnd/pull/6111)
|
||||||
set](https://github.com/lightningnetwork/lnd/pull/6185) on
|
set](https://github.com/lightningnetwork/lnd/pull/6185) on
|
||||||
`RPCMiddlewareRequest` messages.
|
`RPCMiddlewareRequest` messages.
|
||||||
|
|
||||||
|
* [Adds a new FeeRatePpm to the UpdateChanPolicy call to allow fee rate expression in the native protocol unit](https://github.com/lightningnetwork/lnd/pull/6200)
|
||||||
|
|
||||||
|
|
||||||
## Routing
|
## Routing
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue