1
This commit is contained in:
parent
6c8e56ad46
commit
dd171c7ebf
@ -94,7 +94,7 @@ class StackingController extends BaseAuthedController {
|
|||||||
$items = array();
|
$items = array();
|
||||||
$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::STAKING_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