loop/staticaddr/openchannel
Boris Nagaev 682d45405c
cmd/loop: expose both taproot channel types
LND v0.21 added the production TAPROOT commitment type while
SIMPLE_TAPROOT remains available as the legacy enum.

The static open-channel CLI previously used "taproot" for
SIMPLE_TAPROOT. Keep both choices available by renaming that legacy
spelling to "simple-taproot" and mapping "taproot" to TAPROOT. This
makes the CLI spelling match the channel type it requests while still
leaving an explicit path for users that need SIMPLE_TAPROOT.
2026-06-22 15:06:25 -05:00
..
interface.go staticaddr: remove dead code across managers 2026-03-09 14:39:44 +01:00
log.go staticaddr: open channel manager 2026-02-26 20:57:26 +01:00
manager.go cmd/loop: expose both taproot channel types 2026-06-22 15:06:25 -05:00
manager_test.go cmd/loop: expose both taproot channel types 2026-06-22 15:06:25 -05:00