diff --git a/src/workers/Hashrate.cpp b/src/workers/Hashrate.cpp index 2a750318..45a2d2ef 100644 --- a/src/workers/Hashrate.cpp +++ b/src/workers/Hashrate.cpp @@ -193,4 +193,5 @@ const char *Hashrate::format(double h, char *buf, size_t size) void Hashrate::onReport(uv_timer_t *handle) { static_cast(handle->data)->print(); + Workers::printHashrate(true); }