report the git-derived version in metrics screen

An attempt to fix issue #5639 by using version derived from git "build" field of getinfo.
This commit is contained in:
ANISH M 2023-04-07 20:07:25 +05:30 committed by GitHub
parent 3ef6e96fa6
commit 835c6a2745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ void ThreadShowMetricsScreen()
std::cout << std::endl;
// Thank you text
std::cout << strprintf(_("Thank you for running a %s zcashd v%s node!"), WhichNetwork(), FormatVersion(CLIENT_VERSION)) << std::endl;
std::cout << strprintf(_("Thank you for running a %s zcashd v%s node!"), WhichNetwork(), FormatFullVersion()) << std::endl;
std::cout << _("You're helping to strengthen the network and contributing to a social good :)") << std::endl;
// Privacy notice text