File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,14 @@ problems. Community support is also available in the
5151LND and the loop client are using Go modules. Make sure that the ` GO111MODULE `
5252env variable is set to ` on ` .
5353
54- In order to execute a swap, ** LND will need to be rebuilt on master with sub
55- servers enabled.**
54+ In order to execute a swap, ** You need to run lnd 0.6.0+, or master built with
55+ sub- servers enabled.**
5656
5757### LND
5858
59- Make sure that you are using the ` master ` branch of lnd. You can get this by
60- git cloning the repository
59+ If you are building from source, and not using a 0.6.0 or higher release of
60+ lnd, make sure that you are using the ` master ` branch of lnd. You can get this
61+ by git cloning the repository
6162
6263```
6364git clone https://github.com/lightningnetwork/lnd.git
@@ -72,7 +73,7 @@ make install tags="signrpc walletrpc chainrpc invoicesrpc"
7273```
7374
7475Check to see if you have already installed lnd. If you have, you will need to
75- delete the ` .macaroon ` files from your lnd directory.
76+ delete the ` .macaroon ` files from your lnd directory and restart lnd .
7677
7778** Do not delete any other files other than the ` .macaroon ` files**
7879
You can’t perform that action at this time.
0 commit comments