mirror of
https://github.com/monero-project/monero.git
synced 2026-01-26 06:14:29 +01:00
core: mention time being off in hash rate changes message
This commit is contained in:
@@ -1918,7 +1918,7 @@ namespace cryptonote
|
|||||||
MDEBUG("blocks in the last " << seconds[n] / 60 << " minutes: " << b << " (probability " << p << ")");
|
MDEBUG("blocks in the last " << seconds[n] / 60 << " minutes: " << b << " (probability " << p << ")");
|
||||||
if (p < threshold)
|
if (p < threshold)
|
||||||
{
|
{
|
||||||
MWARNING("There were " << b << (b == max_blocks_checked ? " or more" : "") << " blocks in the last " << seconds[n] / 60 << " minutes, there might be large hash rate changes, or we might be partitioned, cut off from the Monero network or under attack. Or it could be just sheer bad luck.");
|
MWARNING("There were " << b << (b == max_blocks_checked ? " or more" : "") << " blocks in the last " << seconds[n] / 60 << " minutes, there might be large hash rate changes, or we might be partitioned, cut off from the Monero network or under attack, or your computer's time is off. Or it could be just sheer bad luck.");
|
||||||
|
|
||||||
std::shared_ptr<tools::Notify> block_rate_notify = m_block_rate_notify;
|
std::shared_ptr<tools::Notify> block_rate_notify = m_block_rate_notify;
|
||||||
if (block_rate_notify)
|
if (block_rate_notify)
|
||||||
|
|||||||
Reference in New Issue
Block a user