mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-26 08:41:02 +02:00
feature+lncfg: restore simple- prefix for taproot chans arg
This commit is contained in:
parent
d98136e850
commit
2b952af629
@ -24,7 +24,7 @@ type ProtocolOptions struct {
|
|||||||
|
|
||||||
// TaprootChans should be set if we want to enable support for the
|
// TaprootChans should be set if we want to enable support for the
|
||||||
// experimental simple taproot chans commitment type.
|
// experimental simple taproot chans commitment type.
|
||||||
TaprootChans bool `long:"taproot-chans" description:"if set, then lnd will create and accept requests for channels using the simple taproot commitment type"`
|
TaprootChans bool `long:"simple-taproot-chans" description:"if set, then lnd will create and accept requests for channels using the simple taproot commitment type"`
|
||||||
|
|
||||||
// NoAnchors should be set if we don't want to support opening or accepting
|
// NoAnchors should be set if we don't want to support opening or accepting
|
||||||
// channels having the anchor commitment type.
|
// channels having the anchor commitment type.
|
||||||
|
@ -26,7 +26,7 @@ type ProtocolOptions struct {
|
|||||||
|
|
||||||
// TaprootChans should be set if we want to enable support for the
|
// TaprootChans should be set if we want to enable support for the
|
||||||
// experimental simple taproot chans commitment type.
|
// experimental simple taproot chans commitment type.
|
||||||
TaprootChans bool `long:"taproot-chans" description:"if set, then lnd will create and accept requests for channels using the simple taproot commitment type"`
|
TaprootChans bool `long:"simple-taproot-chans" description:"if set, then lnd will create and accept requests for channels using the simple taproot commitment type"`
|
||||||
|
|
||||||
// Anchors enables anchor commitments.
|
// Anchors enables anchor commitments.
|
||||||
// TODO(halseth): transition itests to anchors instead!
|
// TODO(halseth): transition itests to anchors instead!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user