Skip to content

Commit ab224df

Browse files
committed
docs: add release notes for v1 taproot funding script fix
1 parent aa66f02 commit ab224df

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/release-notes/release-notes-0.21.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@
5656
transitions during startup, avoiding lost unlocks during slow database
5757
initialization.
5858

59+
* [Fixed `FundingPKScript` to honor the taproot feature bit on v1 channel
60+
edges](https://github.com/lightningnetwork/lnd/pull/10672). Private taproot
61+
channels stored as v1 gossip objects with the taproot staging feature bit
62+
were having their funding scripts incorrectly reconstructed as legacy P2WSH
63+
multisig. This affected read paths such as `ChannelView`, which rebuilds
64+
the chain watch filter on restart. This was a pre-existing bug since
65+
private taproot channels were first introduced.
66+
5967
# New Features
6068

6169
- [Basic Support](https://github.com/lightningnetwork/lnd/pull/9868) for onion

0 commit comments

Comments
 (0)