Currently, when running the Barq plugin with Core Lightning, we need to use exclusive commands like barqpay to access payment functionality. However, it would be better to integrate our functionality into the default pay command of Core Lightning. This approach will:
- Simplify testing by reusing the existing Core Lightning infrastructure, which is crucial for ensuring that every test passes.
- Enhance the user experience.
Currently, when running the Barq plugin with Core Lightning, we need to use exclusive commands like barqpay to access payment functionality. However, it would be better to integrate our functionality into the default pay command of Core Lightning. This approach will: