1
This commit is contained in:
parent
162210ea2e
commit
e2c9db5c2d
@ -223,11 +223,10 @@ class Staking extends BaseModel {
|
||||
)));*/
|
||||
if ($dto['remain_days'] <= 0 ) {
|
||||
$dto['cec_rewards'] = $dto['daily_rewards'] * $saveDays;
|
||||
$dto['total_rewards'] = $dto['daily_rewards'] * $saveDays;
|
||||
} else {
|
||||
$dto['cec_rewards'] = 0;
|
||||
$dto['total_rewards'] = $dto['daily_rewards'] * ($saveDays - $passedDays);
|
||||
}
|
||||
$dto['total_rewards'] = $dto['daily_rewards'] * ($saveDays - $dto['remain_days']);
|
||||
return $dto;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user