1
This commit is contained in:
parent
68050c0079
commit
1be68491d1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user