From 494a1b454c10934d99ebf5d6156b12c96d5815e9 Mon Sep 17 00:00:00 2001 From: Corey Phillips Date: Sun, 27 Oct 2019 11:22:03 -0400 Subject: [PATCH] Increased minimum required version of lnd to 0.7.1 in README.md. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e29094..1fea5d0 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,12 @@ problems. Community support is also available in the LND and the loop client are using Go modules. Make sure that the `GO111MODULE` env variable is set to `on`. -In order to execute a swap, **You need to run lnd 0.6.0+, or master built with +In order to execute a swap, **You need to run lnd 0.7.1+, or master built with sub-servers enabled.** ### LND -If you are building from source, and not using a 0.6.0 or higher release of +If you are building from source, and not using a 0.7.1 or higher release of lnd, make sure that you are using the `master` branch of lnd. You can get this by git cloning the repository