mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-29 10:09:08 +02:00
config+lnd+lncli: add commit back to version string
This commit is contained in:
5
lnd.go
5
lnd.go
@ -170,8 +170,9 @@ func Main(lisCfg ListenerCfg) error {
|
||||
}()
|
||||
|
||||
// Show version at startup.
|
||||
ltndLog.Infof("Version: %s, build=%s, logging=%s",
|
||||
build.Version(), build.Deployment, build.LoggingType)
|
||||
ltndLog.Infof("Version: %s commit=%s, build=%s, logging=%s",
|
||||
build.Version(), build.Commit, build.Deployment,
|
||||
build.LoggingType)
|
||||
|
||||
var network string
|
||||
switch {
|
||||
|
Reference in New Issue
Block a user