[UPDATE] latest
This commit is contained in:
parent
7a30af2daf
commit
3c580ad8d0
@ -318,8 +318,6 @@ class Share Extends Base {
|
|||||||
if (!empty($this->oUpstream->account) && !empty($this->oUpstream->worker) && is_int($this->oUpstream->id))
|
if (!empty($this->oUpstream->account) && !empty($this->oUpstream->worker) && is_int($this->oUpstream->id))
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
//var_dump($this->oUpstream);
|
|
||||||
//var_dump($this->share_type);
|
|
||||||
$this->setErrorMessage($this->getErrorMsg('E0052', $aBlock['height']));
|
$this->setErrorMessage($this->getErrorMsg('E0052', $aBlock['height']));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -140,7 +140,7 @@ class Statistics extends Base {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get SUM of blocks found and generated Coins for each account
|
* Get SUM of blocks found and generated Coins for each Account
|
||||||
* @param limit int Last limit blocks
|
* @param limit int Last limit blocks
|
||||||
* @return array
|
* @return array
|
||||||
**/
|
**/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user