mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-23 03:49:23 +00:00
Log difficulty for found pool shares
This commit is contained in:
parent
82a88ce0ef
commit
f3b6423d4c
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ void StratumServer::on_share_found(uv_work_t* req)
|
|||
server->m_cumulativeFoundSharesDiff += diff;
|
||||
++server->m_totalFoundShares;
|
||||
|
||||
LOGINFO(0, log::Green() << "SHARE FOUND at mainchain height " << height << " with effort " << effort << '%');
|
||||
LOGINFO(0, log::Green() << "SHARE FOUND: mainchain height " << height << ", diff " << sidechain_difficulty << ", effort " << effort << '%');
|
||||
|
||||
if (mainchain_solution) {
|
||||
pool->submit_block_async(share->m_templateId, share->m_nonce, share->m_extraNonce);
|
||||
|
|
Loading…
Reference in a new issue