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

Fix macaroons #161

Merged
merged 2 commits into from
Sep 22, 2018
Merged

Fix macaroons #161

merged 2 commits into from
Sep 22, 2018

Conversation

PirosB3
Copy link
Contributor

@PirosB3 PirosB3 commented Sep 17, 2018

Tries to address #160

Changes

  • added a --disable-macaroon CLI argument that defaults to false
  • added support for no macaroon support, if --disable-macaroon flag is true

@PirosB3
Copy link
Contributor Author

PirosB3 commented Sep 22, 2018

@mably any feedback on this?

@@ -36,8 +36,21 @@ module.exports = function (program) {

// setup lightning client =================
const lndHost = program.lndhost || defaults.lndHost;


// define macaroon configuration here.
Copy link
Owner

Choose a reason for hiding this comment

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

Could you fix the small indentation problem so I can merge your PR? Thanks.

@mably mably merged commit c0cd276 into mably:master Sep 22, 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

Successfully merging this pull request may close these issues.

2 participants