1
This commit is contained in:
parent
1548872505
commit
d4120df25c
@ -419,10 +419,10 @@ class Staking extends BaseModel {
|
||||
}
|
||||
$stackingInfo['staked_quant'] += $stakingDto['stacked_num'];
|
||||
$stackingInfo['staking_value'] += $stakingDto['cec_value'];
|
||||
$info['total_staking_value'] += $stakingDto['cec_value'] + $stakingDto['total_rewards'];
|
||||
//$info['total_staking_value'] += $stakingDto['cec_value'] + $stakingDto['total_rewards'];
|
||||
} else {
|
||||
$stackingInfo['claim_rewards'] += $stakingDto['total_rewards'];
|
||||
//$info['total_staking_value'] += $stakingDto['cec_value'] + $stakingDto['total_rewards'];
|
||||
$info['total_staking_value'] += $stakingDto['cec_value'] + $stakingDto['total_rewards'];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user