File tree 1 file changed +6
-5
lines changed
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
51
51
LND and the loop client are using Go modules. Make sure that the ` GO111MODULE `
52
52
env variable is set to ` on ` .
53
53
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.**
56
56
57
57
### LND
58
58
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
61
62
62
63
```
63
64
git clone https://github.com/lightningnetwork/lnd.git
@@ -72,7 +73,7 @@ make install tags="signrpc walletrpc chainrpc invoicesrpc"
72
73
```
73
74
74
75
Check 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 .
76
77
77
78
** Do not delete any other files other than the ` .macaroon ` files**
78
79
You can’t perform that action at this time.
0 commit comments