mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-18 21:35:24 +01:00
docs: fix simple-taproot-channels typo [skip ci] (#7926)
This commit is contained in:
parent
15d2ff0c4d
commit
cbb4c27a44
@ -306,7 +306,7 @@ const (
|
|||||||
// negotiated during the lifetime of this channel.
|
// negotiated during the lifetime of this channel.
|
||||||
ScidAliasFeatureBit ChannelType = 1 << 9
|
ScidAliasFeatureBit ChannelType = 1 << 9
|
||||||
|
|
||||||
// SimpleTaprootFeatureBit indicates that the simple-taproot-channels
|
// SimpleTaprootFeatureBit indicates that the simple-taproot-chans
|
||||||
// feature bit was negotiated during the lifetime of the channel.
|
// feature bit was negotiated during the lifetime of the channel.
|
||||||
SimpleTaprootFeatureBit ChannelType = 1 << 10
|
SimpleTaprootFeatureBit ChannelType = 1 << 10
|
||||||
)
|
)
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
* This release marks the first release that includes the new [musig2-based
|
* This release marks the first release that includes the new [musig2-based
|
||||||
taproot channel type](https://github.com/lightningnetwork/lnd/pull/7904). As
|
taproot channel type](https://github.com/lightningnetwork/lnd/pull/7904). As
|
||||||
new protocol feature hasn't yet been finalized, users must enable taproot
|
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
|
user MUST use the explicit channel type to request the taproot channel type
|
||||||
(pending support by the remote peer). For `lncli openchannel`,
|
(pending support by the remote peer). For `lncli openchannel`,
|
||||||
`--channel_type=taproot` should be used.
|
`--channel_type=taproot` should be used.
|
||||||
|
Loading…
Reference in New Issue
Block a user