From 9ef3dc5225c96183c2445b6e5179da1fc04bb164 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 28 Aug 2023 12:09:46 +0800 Subject: [PATCH] 1 --- webapp/controller/StakingController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/StakingController.class.php b/webapp/controller/StakingController.class.php index d5a5bb59..85ff435f 100644 --- a/webapp/controller/StakingController.class.php +++ b/webapp/controller/StakingController.class.php @@ -70,7 +70,7 @@ class StakingController extends BaseAuthedController { } } - public function stacking() + public function staking() { $type = getReqVal('type', ''); $stackedQuant = 0;