mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-01-03 17:29:24 +00:00
SideChain: added "synchronized" log message
This commit is contained in:
parent
ae3612f595
commit
72d70eba16
1 changed files with 1 additions and 0 deletions
|
@ -1449,6 +1449,7 @@ void SideChain::update_chain_tip(PoolBlock* block)
|
||||||
StratumServer* s = m_pool->stratum_server();
|
StratumServer* s = m_pool->stratum_server();
|
||||||
if (s && is_alternative) {
|
if (s && is_alternative) {
|
||||||
s->reset_share_counters();
|
s->reset_share_counters();
|
||||||
|
LOGINFO(0, log::LightCyan() << "SYNCHRONIZED");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
prune_old_blocks();
|
prune_old_blocks();
|
||||||
|
|
Loading…
Reference in a new issue