docs/release-notes: add entry for fee rate bug fix and rpc change

This commit is contained in:
Olaoluwa Osuntokun 2022-01-25 15:59:49 -08:00
parent 9591e058ea
commit 40dd146358
No known key found for this signature in database
GPG key ID: 3BBD59E99B280306

View file

@ -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)
* [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
@ -100,6 +102,8 @@ Postgres](https://github.com/lightningnetwork/lnd/pull/6111)
set](https://github.com/lightningnetwork/lnd/pull/6185) on
`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