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.
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.