From 835c6a2745710df3665a6940cb5c96345989b6a4 Mon Sep 17 00:00:00 2001 From: ANISH M <58029804+Anish-M-code@users.noreply.github.com> Date: Fri, 7 Apr 2023 20:07:25 +0530 Subject: [PATCH] report the git-derived version in metrics screen An attempt to fix issue #5639 by using version derived from git "build" field of getinfo. --- src/metrics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/metrics.cpp b/src/metrics.cpp index c0933e49b..14a53fb44 100644 --- a/src/metrics.cpp +++ b/src/metrics.cpp @@ -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