1
This commit is contained in:
parent
5722c46f54
commit
b96080626b
@ -37,8 +37,9 @@ class StackingController extends BaseAuthedController {
|
|||||||
myself()->_rspData($info);
|
myself()->_rspData($info);
|
||||||
}
|
}
|
||||||
|
|
||||||
private function fillStackingInfo(&$info, $rows)
|
private function fillStackingInfo(&$info, $fieldName, $rows)
|
||||||
{
|
{
|
||||||
|
$stackingInfo = $info[$fieldName];
|
||||||
$stackingInfo['staked_quant'] = 0;
|
$stackingInfo['staked_quant'] = 0;
|
||||||
$stackingInfo['claim_rewards'] = 0;
|
$stackingInfo['claim_rewards'] = 0;
|
||||||
$stackingInfo['daily_rewards'] = 0;
|
$stackingInfo['daily_rewards'] = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user