diff --git a/src/metrics.cpp b/src/metrics.cpp index 4d339b919..bb1fe66bc 100644 --- a/src/metrics.cpp +++ b/src/metrics.cpp @@ -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;