Skip to content

Commit 36b160c

Browse files
authored
Merge pull request #232 from joostjager/doc-compat
readme: update compatibility table
2 parents efcf5ee + e10cd7c commit 36b160c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,11 @@ recommended to always keep both `lnd` and `loop` updated to the most recent
6767
released version. If you need to run an older version of `lnd`, please consult
6868
the 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

7576
If you are building from source make sure you are using the latest tagged
7677
version of lnd. You can get this by git cloning the repository and checking out

lndclient/lnd_services.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)