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
2 changed files with 2 additions and 2 deletions

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!