docs: add release notes

This commit is contained in:
Oliver Gugger 2022-06-29 18:26:25 +02:00
parent bb3cec6b12
commit 719fd584f9
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

@ -25,6 +25,9 @@
* Fixed data race found in
[`TestSerializeHTLCEntries`](https://github.com/lightningnetwork/lnd/pull/6673).
* [Fixed a bug in the `SignPsbt` RPC that produced an invalid response when
signing a NP2WKH input](https://github.com/lightningnetwork/lnd/pull/6687).
## RPC Server
* [Add wallet reserve rpc & field in wallet balance](https://github.com/lightningnetwork/lnd/pull/6592)