mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-29 10:53:10 +02:00
feature+lncfg: restore simple- prefix for taproot chans arg
This commit is contained in:
@@ -26,7 +26,7 @@ type ProtocolOptions struct {
|
||||
|
||||
// TaprootChans should be set if we want to enable support for the
|
||||
// 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.
|
||||
// TODO(halseth): transition itests to anchors instead!
|
||||
|
Reference in New Issue
Block a user