1
This commit is contained in:
parent
25dd07bc67
commit
e183c14106
@ -126,7 +126,7 @@ class StackingController extends BaseAuthedController {
|
|||||||
$toTime = getReqVal('to_time', '');
|
$toTime = getReqVal('to_time', '');
|
||||||
$rows = Stacking::all(myself()->_getAddress());
|
$rows = Stacking::all(myself()->_getAddress());
|
||||||
foreach ($rows as $row) {
|
foreach ($rows as $row) {
|
||||||
if ($row['status'] == Stacking::UNSTAKE_STATUS) {
|
if ($row['status'] == Stacking::REDEEM_STATUS) {
|
||||||
$info = array();
|
$info = array();
|
||||||
$info['token_id'] = $row['token_id'];
|
$info['token_id'] = $row['token_id'];
|
||||||
$info['token_type'] = $row['token_type'];
|
$info['token_type'] = $row['token_type'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user