lndclient: log version of connected lnd instance

pull/232/head
Joost Jager 4 years ago
parent 83f1a052d9
commit e10cd7ca3a
No known key found for this signature in database
GPG Key ID: A61B9D4C393C59C7

@ -340,6 +340,8 @@ func checkVersionCompatibility(client VersionerClient,
return nil, fmt.Errorf("GetVersion error: %v", err)
}
log.Infof("lnd version: %v", VersionString(version))
// Now check the version and make sure all required build tags are set.
err = assertVersionCompatible(version, expected)
if err != nil {

Loading…
Cancel
Save