feature+lncfg: restore simple- prefix for taproot chans arg

This commit is contained in:
Olaoluwa Osuntokun 2023-08-08 20:21:55 -07:00
parent d98136e850
commit 2b952af629
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,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"`
// NoAnchors should be set if we don't want to support opening or accepting
// channels having the anchor commitment type.

View File

@ -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!