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 @@ -48,13 +48,14 @@ problems. Community support is also available in the
48
48
LND and the loop client are using Go modules. Make sure that the ` GO111MODULE `
49
49
env variable is set to ` on ` .
50
50
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.**
53
53
54
54
### LND
55
55
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
58
59
59
60
```
60
61
git clone https://github.com/lightningnetwork/lnd.git
@@ -69,7 +70,7 @@ make install tags="signrpc walletrpc chainrpc invoicesrpc"
69
70
```
70
71
71
72
Check 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 .
73
74
74
75
** Do not delete any other files other than the ` .macaroon ` files**
75
76
You can’t perform that action at this time.
0 commit comments