diff --git a/lndclient/lnd_services.go b/lndclient/lnd_services.go index 3089255..ac8aec0 100644 --- a/lndclient/lnd_services.go +++ b/lndclient/lnd_services.go @@ -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 {