-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
When directly providing the cert and macaroon paths for generating a URL, lndconnect correctly generates the URL, but prints an unneeded config warning: open /root/.lnd/lnd.conf: no such file or directory.
Reproduce
lndconnect --host=myhost --port=8080 --tlscertpath=/path/to/cert --adminmacaroonpath=/path/to/macaroon --urlOutput:
open /root/.lnd/lnd.conf: no such file or directory
lndconnect://foo:8080?cert=...
Workaround
Add --configfile=/dev/null to the command:
lndconnect --host=myhost --port=8080 --tlscertpath=/path/to/cert --adminmacaroonpath=/path/to/macaroon --configfile=/dev/null --urlMetadata
Metadata
Assignees
Labels
No labels