This commit is contained in:
aozhiwei 2024-08-06 16:16:06 +08:00
parent 9a338dde91
commit 1548872505

View File

@ -422,7 +422,7 @@ class Staking extends BaseModel {
$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'];
}
}
}