Merge pull request #12 from lightninglabs/alexbosworth-patch-4

Eliminate advice to delete macaroons.db
pull/14/head
Olaoluwa Osuntokun 5 years ago committed by GitHub
commit eaa8af9e61
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