1
This commit is contained in:
parent
bff4607081
commit
587b4c2c53
@ -354,7 +354,7 @@ class TempToolsController extends BaseController {
|
|||||||
|
|
||||||
public function exportStaking()
|
public function exportStaking()
|
||||||
{
|
{
|
||||||
$userHash = Stacking::exportStatData();
|
$userHash = Staking::exportStatData();
|
||||||
foreach ($userHash as $key => $val) {
|
foreach ($userHash as $key => $val) {
|
||||||
echo $key . ',' . $val . "\n";
|
echo $key . ',' . $val . "\n";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user