Skip to content

Commit

Permalink
Be excited about validating transactions!
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Sep 4, 2016
1 parent 8cb6652 commit 7617dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metrics.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 7617dc3

Please sign in to comment.