Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lightning-privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ However, when the channel is closed, we have to reveal that it is using a 2-of-2
is a strong indication that this may be a lightning channel.

Fortunately, this is very easy to fix with Taproot. Instead of using a p2wsh output, we will use
[Musig2](./schnorr.md) with a key path spend, which will be indistiguishable from a normal single
[Musig2](./schnorr.md) with a key path spend, which will be indistinguishable from a normal single
signature output.

However, there are two ways that a lightning channel can be closed: either cooperatively, where
Expand Down