diff --git a/webapp/controller/StakingController.class.php b/webapp/controller/StakingController.class.php index 1932bdd8..b57138d5 100644 --- a/webapp/controller/StakingController.class.php +++ b/webapp/controller/StakingController.class.php @@ -126,7 +126,7 @@ class StackingController extends BaseAuthedController { $toTime = getReqVal('to_time', ''); $rows = Stacking::all(myself()->_getAddress()); foreach ($rows as $row) { - if ($row['status'] == Stacking::UNSTAKE_STATUS) { + if ($row['status'] == Stacking::REDEEM_STATUS) { $info = array(); $info['token_id'] = $row['token_id']; $info['token_type'] = $row['token_type'];