File tree 1 file changed +2
-9
lines changed
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.**
64
64
65
65
To run loop, you need a compatible version of ` lnd ` running. It is generally
66
66
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.
75
68
76
69
If you are building from source make sure you are using the latest tagged
77
70
version of lnd. You can get this by git cloning the repository and checking out
@@ -80,7 +73,7 @@ a specific tag:
80
73
```
81
74
git clone https://github.com/lightningnetwork/lnd.git
82
75
cd lnd
83
- git checkout v0.10.0 -beta
76
+ git checkout v0.x.x -beta
84
77
```
85
78
86
79
Once 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