This commit is contained in:
aozhiwei 2023-08-24 19:12:21 +08:00
parent 6c8e56ad46
commit dd171c7ebf

View File

@ -94,7 +94,7 @@ class StackingController extends BaseAuthedController {
$items = array();
$rows = Stacking::all(myself()->_getAddress());
foreach ($rows as $row) {
if ($row['status'] == Stacking::UNSTAKE_STATUS) {
if ($row['status'] == Stacking::STAKING_STATUS) {
$info = array();
$info['token_id'] = $row['token_id'];
$info['token_type'] = $row['token_type'];