mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-22 11:29:23 +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();
|
||||
if (s && is_alternative) {
|
||||
s->reset_share_counters();
|
||||
LOGINFO(0, log::LightCyan() << "SYNCHRONIZED");
|
||||
}
|
||||
}
|
||||
prune_old_blocks();
|
||||
|
|
Loading…
Reference in a new issue