[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))
|
||||
return true;
|
||||
}
|
||||
//var_dump($this->oUpstream);
|
||||
//var_dump($this->share_type);
|
||||
$this->setErrorMessage($this->getErrorMsg('E0052', $aBlock['height']));
|
||||
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
|
||||
* @return array
|
||||
**/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user