add version to thank you string

This commit is contained in:
Alfredo Garcia 2019-10-29 14:44:27 -03:00
parent cc77724081
commit 12dd81614c
1 changed files with 1 additions and 1 deletions

View File

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