docs: release note for #7687.

This commit is contained in:
Matt Morehouse 2023-06-01 08:49:42 -05:00
parent f53c8d6e91
commit c4be15205f
No known key found for this signature in database
GPG Key ID: CC8ECA224831C982

View File

@ -80,6 +80,9 @@ unlock or create.
* [Added fuzz tests](https://github.com/lightningnetwork/lnd/pull/7649) for
signature parsing and conversion.
* [Added a fuzz test](https://github.com/lightningnetwork/lnd/pull/7687) for
watchtower address iterators.
* [Simplify fuzz tests](https://github.com/lightningnetwork/lnd/pull/7709)
using the `require` package.