[UPDATE] latest

This commit is contained in:
root 2013-11-18 11:25:29 +01:00
parent 7a30af2daf
commit 3c580ad8d0
2 changed files with 1 additions and 3 deletions

View File

@ -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;
}

View File

@ -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
**/