lightninglabs / lightning-dev-site

Lightning Network Daemon Developer Site
25 stars 40 forks source link

Wrong macaroonpath in the developer tutorial. #53

Closed daniel-vera-g closed 5 years ago

daniel-vera-g commented 6 years ago

Background

In the developer tutorial on https://dev.lightning.community/tutorial/01-lncli/index.html in the section Working with lncli and authentication, the command to create and get info of a wallet has the wrong macaroon path. It has the path --macaroonpath=data/admin.macaroon instead of the right path: --macaroonpath=data/chain/bitcoin/simnet/admin.macaroon:

Your environment

Steps to reproduce

Expected behaviour

  1. Create Wallet
  2. Get information about the lightning connection.

Actual behaviour

[lncli] unable to read macaroon path (check the network setting!): open data/admin.macaroon: no such file or directory

Notes

This issue is a duplicate of the one on the lnd repository: https://github.com/lightningnetwork/lnd/issues/1891

Roasbeef commented 5 years ago

Should be fixed now as part of the latest rendering.