1
This commit is contained in:
parent
7fbd7707ef
commit
9e740ca211
@ -74,6 +74,7 @@ class ComputingPowerController extends BaseAuthedController
|
||||
$curr_period['assignable_cec'] = $currentMeta['cec_pool'];
|
||||
$curr_period['total_exchange_hash_rate'] = $ownerNum;
|
||||
$curr_period['total_hash_rate'] = $totalNum;
|
||||
$curr_period['await_time'] = strtotime($currentMeta['end_time']) - myself()->_getNowTime();
|
||||
|
||||
$target = \services\NumberService::ceilEx(min($totalNum / $currentMeta['cec_pool'] , 1),6);
|
||||
if ($totalNum == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user