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

config: fix empty default remote lnd admin mac path #196

Merged
merged 1 commit into from
Mar 5, 2021

Conversation

guggero
Copy link
Member

@guggero guggero commented 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.

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 guggero added bug Something isn't working GRuB config labels Mar 4, 2021
@guggero guggero requested review from jamaljsr and halseth March 4, 2021 14:25
Copy link
Member

@jamaljsr jamaljsr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Thanks for the fix. Tested on regtest and mainnet.

@guggero guggero merged commit aad7fc5 into master Mar 5, 2021
@guggero guggero deleted the default-admin-mac-path branch March 8, 2021 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working config GRuB
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default path for LND admin.macaroon broke in 0.4.1
3 participants