File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,7 @@ with the correct sub-servers enabled.**
6464
6565To run loop, you need a compatible version of ` lnd ` running. It is generally
6666recommended 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
7669If you are building from source make sure you are using the latest tagged
7770version of lnd. You can get this by git cloning the repository and checking out
@@ -80,7 +73,7 @@ a specific tag:
8073```
8174git clone https://github.com/lightningnetwork/lnd.git
8275cd lnd
83- git checkout v0.10.0 -beta
76+ git checkout v0.x.x -beta
8477```
8578
8679Once the lnd repository is cloned, it will need to be built with special build
You can’t perform that action at this time.
0 commit comments