Skip to content

Commit

Permalink
release-notes: add UpdateNodeAnnouncement changes
Browse files Browse the repository at this point in the history
  • Loading branch information
carlaKC committed Feb 14, 2023
1 parent 779d470 commit 0133ffc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/release-notes/release-notes-0.16.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,14 @@ current gossip sync query status.
* [A bug has been fixed which could cause `lnd` to crash when parsing a
malformed HTLC intercept message](https://github.com/lightningnetwork/lnd/pull/7392).

* The [UpdateNodeAnnouncement](https://github.com/lightningnetwork/lnd/pull/7168)
API can no longer be used to set/unset protocol features that are defined by
LND. A bug in the `updatenodeannouncement` peers cli which did not allow
setting/unsetting of feature bits also has been fixed.

Custom node announcement feature bits can also be specified in config using
the `dev` build tag and `--protocol.custom-nodeann-feature` flag.

## Wallet

* [Allows Taproot public keys and tap scripts to be imported as watch-only
Expand Down

0 comments on commit 0133ffc

Please sign in to comment.