From 587b4c2c533dad46dc1db071fd5a24df8b525685 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 6 Aug 2024 15:20:21 +0800 Subject: [PATCH] 1 --- webapp/controller/TempToolsController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/TempToolsController.class.php b/webapp/controller/TempToolsController.class.php index 1955af9c..5e2698b3 100644 --- a/webapp/controller/TempToolsController.class.php +++ b/webapp/controller/TempToolsController.class.php @@ -354,7 +354,7 @@ class TempToolsController extends BaseController { public function exportStaking() { - $userHash = Stacking::exportStatData(); + $userHash = Staking::exportStatData(); foreach ($userHash as $key => $val) { echo $key . ',' . $val . "\n"; }