mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-17 22:24:21 +01: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