lightninglabs / lightning-dev-site

Lightning Network Daemon Developer Site
25 stars 40 forks source link

Include --no-macaroons options so tutorial works with current lnd code #3

Closed grant-olson closed 7 years ago

grant-olson commented 7 years ago

The current lnd code expects there to be macaroons authentication. if it's not there and you follow the current tutorial you get cryptic errors if you're unfamiliar with the auth method or how go works. This patch adds the appropriate options and config so that we can work through the tutorial while ignoring authentication issues and macaroon configuration.

MaxFangX commented 7 years ago

Thank you for helping us update our tutorial after the new release. Merging now!