Adding Quorum info into nodeInfo

This commit is contained in:
Felix Shnir 2019-01-07 15:54:17 +00:00
parent d77cb778ca
commit 54f9a8ef13
1 changed files with 3 additions and 0 deletions

View File

@ -50,5 +50,8 @@ func VersionWithCommit(gitCommit string) string {
if len(gitCommit) >= 8 {
vsn += "-" + gitCommit[:8]
}
vsn += "(quorum-v" + QuorumVersion + ")"
return vsn
}