You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TaprootChansbool`long:"simple-taproot-chans" description:"if set, then lnd will create and accept requests for channels using the simple taproot commitment type"`
33
33
34
+
// TaprootOverlayChans should be set if we want to enable support for
35
+
// the experimental taproot overlay chan type.
36
+
TaprootOverlayChansbool`long:"simple-taproot-overlay-chans" description:"if set, then lnd will create and accept requests for channels using the taproot overlay commitment type"`
37
+
34
38
// NoAnchors should be set if we don't want to support opening or accepting
35
39
// channels having the anchor commitment type.
36
40
NoAnchorsbool`long:"no-anchors" description:"disable support for anchor commitments"`
TaprootChansbool`long:"simple-taproot-chans" description:"if set, then lnd will create and accept requests for channels using the simple taproot commitment type"`
35
35
36
+
// TaprootOverlayChans should be set if we want to enable support for
37
+
// the experimental taproot overlay chan type.
38
+
TaprootOverlayChansbool`long:"simple-taproot-overlay-chans" description:"if set, then lnd will create and accept requests for channels using the taproot overlay commitment type"`
39
+
36
40
// Anchors enables anchor commitments.
37
41
// TODO(halseth): transition itests to anchors instead!
38
42
Anchorsbool`long:"anchors" description:"enable support for anchor commitments"`
0 commit comments