I cloned this repo, downloaded Eclair v0.3 jar into the /bin directory, renamed it to eclair.jar, and ran py.test -v test.py.
eclair.py fails on line 62 with:
FileNotFoundError: [Errno 2] No such file or directory: 'src/eclair/eclair-core/src/main/resources/reference.conf'
which is understandable, as lightning-integration doesn't know anything about the Eclair's source code, including its reference configuration file.
I thought I was only supposed to copy the executables into /bin... Other implementations are launched with command line arguments rather than config file. How should I launch this tool with Eclair?
I cloned this repo, downloaded Eclair v0.3 jar into the
/bindirectory, renamed it toeclair.jar, and ranpy.test -v test.py.eclair.pyfails on line 62 with:which is understandable, as lightning-integration doesn't know anything about the Eclair's source code, including its reference configuration file.
I thought I was only supposed to copy the executables into
/bin... Other implementations are launched with command line arguments rather than config file. How should I launch this tool with Eclair?