Auto merge of #4180 - oxarbitrage:issue3198, r=mdr0id

Add node version to metrics screen

Closes #3198.

Example output:

```
Thank you for running a mainnet zcashd v2.1.0-rc1 node!
```
This commit is contained in:
Homu 2019-12-03 18:02:57 +00:00
commit 46f44c6a38
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,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