mining tax stuff

This commit is contained in:
2021-02-22 19:19:22 +09:00
parent 7be3bfeebc
commit 65bd6022ac

View File

@@ -111,7 +111,7 @@ class MiningTaxesObservers extends Command
$task->SetStopStatus();
$endTime = time();
printr("Time to complete: " . ($endTime - $startTime));
printf("Time to complete: " . ($endTime - $startTime));
//Return 0 saying everything is fine
return 0;