mining tax stuff

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

View File

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