Skip to content

Commit 87d7899

Browse files
authored
Merge pull request #309 from lightninglabs/remove-old-lnd-versions
README: remove guidance for older versions of LND
2 parents c89f57d + 062be68 commit 87d7899

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,7 @@ with the correct sub-servers enabled.**
6464

6565
To run loop, you need a compatible version of `lnd` running. It is generally
6666
recommended to always keep both `lnd` and `loop` updated to the most recent
67-
released version. If you need to run an older version of `lnd`, please consult
68-
the following table for supported versions.
69-
70-
Loop Version | Compatible LND Version(s)
71-
------------------------------|------------------
72-
`>= v0.6.3-beta` | >= `v0.10.1-beta`
73-
`v0.6.0-beta` - `v0.6.2-beta` | >= `v0.10.0-beta`
74-
`<= 0.5.1-beta` | >= `v0.7.1-beta`
67+
released version.
7568

7669
If you are building from source make sure you are using the latest tagged
7770
version of lnd. You can get this by git cloning the repository and checking out
@@ -80,7 +73,7 @@ a specific tag:
8073
```
8174
git clone https://github.com/lightningnetwork/lnd.git
8275
cd lnd
83-
git checkout v0.10.0-beta
76+
git checkout v0.x.x-beta
8477
```
8578

8679
Once the lnd repository is cloned, it will need to be built with special build

0 commit comments

Comments
 (0)