diff --git a/webapp/controller/StakingController.class.php b/webapp/controller/StakingController.class.php index 6c72e738..b88cfa17 100644 --- a/webapp/controller/StakingController.class.php +++ b/webapp/controller/StakingController.class.php @@ -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'];