Eliminate advice to delete macaroons.db

There is no need to delete the macaroons.db to add signing permission to the .macaroon files, remove this advice
pull/12/head
Alex Bosworth 5 years ago committed by GitHub
parent 83e8d17d62
commit 8ae257af1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -104,7 +104,8 @@ In order to execute a swap, LND needs to be rebuilt with sub servers enabled.
- Make sure there are no macaroons in the lnd dir
`~/.lnd/data/chain/bitcoin/mainnet`. If there are, lnd has been started
before and in that case, it could be that `admin.macaroon` doesn't contain
signer permission. Delete `macaroons.db` and `*.macaroon`.
signer permission. Stop lnd, delete `*.macaroon` files, restart lnd to
regenerate them with the signer permission.
DO NOT DELETE `wallet.db` !

Loading…
Cancel
Save