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"; }