p2pool v4.8
This commit is contained in:
+1
-1
@@ -2028,7 +2028,7 @@ void p2pool::on_external_block(const PoolBlock& block)
|
||||
|
||||
void p2pool::api_update_aux_data()
|
||||
{
|
||||
if (!m_api || m_stopped) {
|
||||
if (!m_api || !m_params->m_localStats || m_stopped) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user