diff --git a/docs/lnd/release-notes/release-notes-0.17.0.md b/docs/lnd/release-notes/release-notes-0.17.0.md index 9ece76a4..c76a4683 100644 --- a/docs/lnd/release-notes/release-notes-0.17.0.md +++ b/docs/lnd/release-notes/release-notes-0.17.0.md @@ -68,7 +68,7 @@ * This release marks the first release that includes the new [musig2-based taproot channel type](https://github.com/lightningnetwork/lnd/pull/7904). As new protocol feature hasn't yet been finalized, users must enable taproot - channels with a new flag: `--protocol.simple-taproot-channels`. Once enabled, + channels with a new flag: `--protocol.simple-taproot-chans`. Once enabled, user MUST use the explicit channel type to request the taproot channel type (pending support by the remote peer). For `lncli openchannel`, `--channel_type=taproot` should be used.