From be047096c2e83782a94bf0e522b5271d7611129d Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 23 Jan 2023 21:11:06 -0800 Subject: [PATCH] docs/release-notes: add entry for taproot sighash bug fix --- docs/release-notes/release-notes-0.16.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.16.0.md b/docs/release-notes/release-notes-0.16.0.md index 571224548..11bc8c31b 100644 --- a/docs/release-notes/release-notes-0.16.0.md +++ b/docs/release-notes/release-notes-0.16.0.md @@ -100,6 +100,11 @@ current gossip sync query status. * [Sign/Verify messages and signatures for single addresses](https://github.com/lightningnetwork/lnd/pull/7231). +* [A bug has been fixed within the `SignOutputRaw` call for taproot + signatures](https://github.com/lightningnetwork/lnd/pull/7332). The + `SignOutputRaw` call will now properly work for taproot signatures with a + non-default sighash. + ## Wallet * [Allows Taproot public keys and tap scripts to be imported as watch-only