1
This commit is contained in:
parent
71fbfeb5dd
commit
d98ea8c2a7
@ -60,7 +60,7 @@ class StakingController extends BaseAuthedController {
|
||||
}
|
||||
$stackingInfo['staked_quant'] += $stakingDto['stacked_num'];
|
||||
$stackingInfo['staking_value'] += $stakingDto['cec_value'];
|
||||
$info['total_staking_value'] += $stakingDto['cec_value'] + $stackingInfo['daily_rewards'];
|
||||
$info['total_staking_value'] += $stakingDto['cec_value'] + $stackingInfo['total_rewards'];
|
||||
} else {
|
||||
$stackingInfo['claim_rewards'] += $stakingDto['total_rewards'];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user