This commit is contained in:
aozhiwei 2023-08-28 12:07:07 +08:00
parent 68050c0079
commit 1be68491d1

View File

@ -41,7 +41,7 @@ class StakingController extends BaseAuthedController {
private function fillStakingInfo(&$info, $fieldName, $rows)
{
$stackingInfo = $info[$fieldName];
$stackingInfo = &$info[$fieldName];
$stackingInfo['staked_quant'] = 0;
$stackingInfo['claim_rewards'] = 0;
$stackingInfo['daily_rewards'] = 0;