Merge pull request #44 from lightninglabs/alexbosworth-patch-6

Update documentation for 0.6.0 release
pull/47/head
Olaoluwa Osuntokun 5 years ago committed by GitHub
commit 34d96cb1dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,13 +51,14 @@ problems. Community support is also available in the
LND and the loop client are using Go modules. Make sure that the `GO111MODULE` LND and the loop client are using Go modules. Make sure that the `GO111MODULE`
env variable is set to `on`. env variable is set to `on`.
In order to execute a swap, **LND will need to be rebuilt on master with sub In order to execute a swap, **You need to run lnd 0.6.0+, or master built with
servers enabled.** sub-servers enabled.**
### LND ### LND
Make sure that you are using the `master` branch of lnd. You can get this by If you are building from source, and not using a 0.6.0 or higher release of
git cloning the repository lnd, make sure that you are using the `master` branch of lnd. You can get this
by git cloning the repository
``` ```
git clone https://github.com/lightningnetwork/lnd.git git clone https://github.com/lightningnetwork/lnd.git
@ -72,7 +73,7 @@ make install tags="signrpc walletrpc chainrpc invoicesrpc"
``` ```
Check to see if you have already installed lnd. If you have, you will need to Check to see if you have already installed lnd. If you have, you will need to
delete the `.macaroon` files from your lnd directory. delete the `.macaroon` files from your lnd directory and restart lnd.
**Do not delete any other files other than the `.macaroon` files** **Do not delete any other files other than the `.macaroon` files**

Loading…
Cancel
Save