From 12dd81614caccf1b97590e35b6fd8fe7ec190e64 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Tue, 29 Oct 2019 14:44:27 -0300 Subject: [PATCH] add version to thank you string --- src/metrics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/metrics.cpp b/src/metrics.cpp index e6488e6c8..e0d31d74b 100644 --- a/src/metrics.cpp +++ b/src/metrics.cpp @@ -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