Error on startup when enable the taproot overlay channel #9408
-
After updating to v0.18.4 and adding
What am I missing? How do I add "aux controllers"? Ref: https://github.com/lightningnetwork/lnd/blob/master/sample-lnd.conf#L1401 Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you want to use those channels, you would need to use lit v0.14, as there is no business logic in lnd that drives the state of these channels. LND needs an external implementation of an |
Beta Was this translation helpful? Give feedback.
If you want to use those channels, you would need to use lit v0.14, as there is no business logic in lnd that drives the state of these channels. LND needs an external implementation of an
AuxComponents
(lit integrates lnd withAuxComponents
) in order for it to know how to operate these channels. I'm not sure why it is possible to turn that flag on in the distributed LND.