From 8ae257af1d9de6ac062fe8435d8c63a25128a995 Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Thu, 7 Mar 2019 13:02:10 -0800 Subject: [PATCH] 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 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fd891e..2748d21 100644 --- a/README.md +++ b/README.md @@ -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` !