You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Output:
Workaround
Add
--configfile=/dev/null
to the command:The text was updated successfully, but these errors were encountered: