docs: update release notes

This commit is contained in:
Elle Mouton 2022-09-29 12:57:17 +02:00
parent c2ad6444a7
commit fba6cae44b
No known key found for this signature in database
GPG key ID: D7D916376026F177

View file

@ -7,9 +7,9 @@
## RPC
The `RegisterConfirmationsNtfn` call of the `chainnotifier` RPC sub-server [now
optionally supports returning the entire block that confirmed the
transaction](https://github.com/lightningnetwork/lnd/pull/6730).
* The `RegisterConfirmationsNtfn` call of the `chainnotifier` RPC sub-server
[now optionally supports returning the entire block that confirmed the
transaction](https://github.com/lightningnetwork/lnd/pull/6730).
* [Add `macaroon_root_key` field to
`InitWalletRequest`](https://github.com/lightningnetwork/lnd/pull/6457) to
@ -30,6 +30,9 @@ transaction](https://github.com/lightningnetwork/lnd/pull/6730).
* [Catch and throw an error](https://github.com/lightningnetwork/lnd/pull/6945)
during `openchannel` if the local funding amount given is zero.
* [Make remote channel reserve amount configurable for
`openchannel`](https://github.com/lightningnetwork/lnd/pull/6956)
## Wallet
* [Allows Taproot public keys and tap scripts to be imported as watch-only
@ -122,3 +125,4 @@ minimum version needed to build the project.
* Olaoluwa Osuntokun
* Oliver Gugger
* Priyansh Rastogi
* Roei Erez