File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -67,10 +67,11 @@ recommended to always keep both `lnd` and `loop` updated to the most recent
6767released version. If you need to run an older version of ` lnd ` , please consult
6868the following table for supported versions.
6969
70- Loop Version | Compatible LND Version(s)
71- ------------------|------------------
72- ` >= v0.6.0-beta ` | ` v0.10.x-beta `
73- ` <= 0.5.1-beta ` | ` v0.7.1-beta ` - ` v0.10.x-beta `
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 `
7475
7576If you are building from source make sure you are using the latest tagged
7677version of lnd. You can get this by git cloning the repository and checking out
Original file line number Diff line number Diff line change @@ -340,6 +340,8 @@ func checkVersionCompatibility(client VersionerClient,
340340 return nil , fmt .Errorf ("GetVersion error: %v" , err )
341341 }
342342
343+ log .Infof ("lnd version: %v" , VersionString (version ))
344+
343345 // Now check the version and make sure all required build tags are set.
344346 err = assertVersionCompatible (version , expected )
345347 if err != nil {
You can’t perform that action at this time.
0 commit comments