Update src/metrics.cpp by removing v prefix.

Co-authored-by: str4d <thestr4d@gmail.com>
This commit is contained in:
ANISH M 2023-04-07 20:59:16 +05:30 committed by GitHub
parent 835c6a2745
commit 777d346e19
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(), 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