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 @@ -48,13 +48,14 @@ problems. Community support is also available in the
4848LND and the loop client are using Go modules. Make sure that the ` GO111MODULE `
4949env variable is set to ` on ` .
5050
51- In order to execute a swap, ** LND will need to be rebuilt on master with sub
52- servers enabled.**
51+ In order to execute a swap, ** You need to run lnd 0.6.0+, or master built with
52+ sub- servers enabled.**
5353
5454### LND
5555
56- Make sure that you are using the ` master ` branch of lnd. You can get this by
57- git cloning the repository
56+ If you are building from source, and not using a 0.6.0 or higher release of
57+ lnd, make sure that you are using the ` master ` branch of lnd. You can get this
58+ by git cloning the repository
5859
5960```
6061git clone https://github.com/lightningnetwork/lnd.git
@@ -69,7 +70,7 @@ make install tags="signrpc walletrpc chainrpc invoicesrpc"
6970```
7071
7172Check to see if you have already installed lnd. If you have, you will need to
72- delete the ` .macaroon ` files from your lnd directory.
73+ delete the ` .macaroon ` files from your lnd directory and restart lnd .
7374
7475** Do not delete any other files other than the ` .macaroon ` files**
7576
You can’t perform that action at this time.
0 commit comments