Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default path for LND admin.macaroon broke in 0.4.1 #195

Closed
mutatrum opened this issue Mar 3, 2021 · 0 comments · Fixed by #196
Closed

Default path for LND admin.macaroon broke in 0.4.1 #195

mutatrum opened this issue Mar 3, 2021 · 0 comments · Fixed by #196
Assignees

Comments

@mutatrum
Copy link

mutatrum commented Mar 3, 2021

Terminal 0.4.1 no longer picks up the remote LND default admin.macaroon file.

Workaround is to supplying it as a command-line parameter:

litd --remote.lnd.macaroonpath=~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon

or set in lit.conf:

remote.lnd.macaroonpath=~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon

@guggero guggero self-assigned this Mar 3, 2021
guggero added a commit that referenced this issue Mar 4, 2021
Partially reverts c917e91 and fixes #195: The default remote lnd admin
macaroon path we added in c917e91 was a mistake since by default that
value isn't set until we call lnd.ValidateConfig() which we never do in
the remote mode.
We fix this by providing a sane default value for the admin macaroon
again.
guggero added a commit that referenced this issue Mar 4, 2021
Partially reverts c917e91 and fixes #195: The default remote lnd admin
macaroon path we added in c917e91 was a mistake since by default that
value isn't set until we call lnd.ValidateConfig() which we never do in
the remote mode.
We fix this by providing a sane default value for the admin macaroon
again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants