Documentation on macaroons is wrong #5444
Labels
beginner
Issues suitable for new developers
documentation
Documentation changes that do not affect code behaviour
good first issue
Issues suitable for first time contributors to LND
macaroons
Background
Macaroons are created after wallet creation. However, the documentation in the main installation (https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md) states the following:
As a first-time LND user, I was bitten by this today because I first wanted to run
lncli getinfo
; it took some searching to realize I had to first runlncli create
in order to create the macaroon files.As you can see, this has confused users for a long time: this old closed issue #1190 which is reflective of the same wrong documentation, had a user post as recently as late 2020.
Your environment
lnd
: v0.13.0-betaLinux hostname 4.15.0-74-generic #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
bitcoin-0.18.0
Steps to reproduce
lnd
for the first time, connecting via RPC to bitcoindlncli getinfo
Expected behaviour
Should not fail with macaroon error
Actual behaviour
Macaroons do not yet exist, which is in direct conflict with the documentation
The text was updated successfully, but these errors were encountered: