mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-18 13:07:58 +02:00
docs: update release notes
This commit is contained in:
parent
4c198bdfde
commit
313983f106
1 changed files with 7 additions and 0 deletions
|
|
@ -141,6 +141,13 @@ of order is also [fixed](https://github.com/lightningnetwork/lnd/pull/7264).
|
|||
`updatenodeannouncement` peers cli which did not allow setting/
|
||||
unsetting of feature bits also has been fixed.
|
||||
|
||||
* [Enrich the `Channel` message with a peers' alias in order to retrieve it
|
||||
in `ListChannels`.](https://github.com/lightningnetwork/lnd/pull/7322) This
|
||||
behavior is opt-in for users of the rpc interface through a new parameter in
|
||||
`ListChannelsRequest` called `PeerAliasLookup`. For users of lncli this
|
||||
parameter is enabled by default but can be disabled with a new flag
|
||||
`--skip_peer_alias_lookup`.
|
||||
|
||||
## Wallet
|
||||
|
||||
* [Allows Taproot public keys and tap scripts to be imported as watch-only
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue