mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
lndclient: log version of connected lnd instance
This commit is contained in:
parent
83f1a052d9
commit
e10cd7ca3a
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue