loop/cmd
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
..
loop cmd/loop: expose both taproot channel types 2026-06-22 15:06:25 -05:00
loopd cmd/loop: set exit code 1 on error 2020-06-11 21:00:24 +02:00