diff --git a/webapp/controller/StakingController.class.php b/webapp/controller/StakingController.class.php index 339d9310..f9e53f68 100644 --- a/webapp/controller/StakingController.class.php +++ b/webapp/controller/StakingController.class.php @@ -55,6 +55,9 @@ class StackingController extends BaseAuthedController { private function fillStackingInfo($info, $rows) { foreach ($rows as $row) { + if (!$this->isTypeNft($info['type'], $row)) { + continue; + } switch ($info['type']) { case self::PLANET_TYPE: {