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

Support for disabled macaroons does not work #160

Open
PirosB3 opened this issue Sep 17, 2018 · 0 comments
Open

Support for disabled macaroons does not work #160

PirosB3 opened this issue Sep 17, 2018 · 0 comments

Comments

@PirosB3
Copy link
Contributor

PirosB3 commented Sep 17, 2018

Even though the README states

...But if you want to start lnd with wallet encryption and macaroons disabled, just add those two parameters to the command line..

I could never get lncli-web to work without macaroon support. This is because in the app/lightning.js, macaroon support is ignored (disabled) only when macaroonPath is falsy. This can never happen as of now, because if --macaroon-path CLI argument is not specified, macaroonPath variable will simply point to the default to macaroon path.

Steps to reproduce

  • Have a lnd server with disabled macaroon support
  • Start an instance of lncli-web

Expected behavour

Server will start correctly

Current behavour

Server will exit with error `The specified macaroon file..."

@PirosB3 PirosB3 mentioned this issue Sep 17, 2018
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

No branches or pull requests

1 participant