From 777d346e19b4ec510883e2cb152c112403c1ae28 Mon Sep 17 00:00:00 2001 From: ANISH M <58029804+Anish-M-code@users.noreply.github.com> Date: Fri, 7 Apr 2023 20:59:16 +0530 Subject: [PATCH] Update src/metrics.cpp by removing v prefix. Co-authored-by: str4d --- src/metrics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/metrics.cpp b/src/metrics.cpp index 14a53fb44..1e2fc5289 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(), FormatFullVersion()) << std::endl; + std::cout << strprintf(_("Thank you for running a %s zcashd %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