docs: adds list addresses RPC

This commit is contained in:
priyanshiiit 2022-07-23 11:08:05 +05:30
parent 3105d6a2ec
commit ec53b610f5

View File

@ -16,6 +16,8 @@ transaction](https://github.com/lightningnetwork/lnd/pull/6730).
that were signed by our wallet. Prior to this change `SignPsbt` didn't that were signed by our wallet. Prior to this change `SignPsbt` didn't
indicate whether the Psbt held any inputs for our wallet to sign. indicate whether the Psbt held any inputs for our wallet to sign.
* [Add list addresses RPC](https://github.com/lightningnetwork/lnd/pull/6596).
## Misc ## Misc
* Warning messages from peers are now recognized and * Warning messages from peers are now recognized and
[logged](https://github.com/lightningnetwork/lnd/pull/6546) by lnd. [logged](https://github.com/lightningnetwork/lnd/pull/6546) by lnd.
@ -52,3 +54,4 @@ transaction](https://github.com/lightningnetwork/lnd/pull/6730).
* hieblmi * hieblmi
* Olaoluwa Osuntokun * Olaoluwa Osuntokun
* Oliver Gugger * Oliver Gugger
* Priyansh Rastogi