Be excited about validating transactions!

This commit is contained in:
Jack Grigg 2016-09-05 10:54:25 +12:00
parent e7d59bbc12
commit f8ada2435b
No known key found for this signature in database
GPG Key ID: 6A6914DAFBEA00DA
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ int printMetrics(size_t cols, int64_t nStart, bool mining)
std::cout << strDuration << std::endl;
lines += (strDuration.size() / cols);
std::cout << "- " << strprintf(_("You have validated %d transactions."), transactionsValidated.get()) << std::endl;
std::cout << "- " << strprintf(_("You have validated %d transactions!"), transactionsValidated.get()) << std::endl;
if (mining) {
double hps = uptime > 0 ? (double)solutionTargetChecks.get() / uptime : 0;