[FIX] My Workers hashrate/difficulty
This commit is contained in:
parent
503be61f08
commit
c09f8700a0
@ -136,7 +136,7 @@ class Worker {
|
|||||||
* @param account_id int User ID
|
* @param account_id int User ID
|
||||||
* @return mixed array Workers and their settings or false
|
* @return mixed array Workers and their settings or false
|
||||||
**/
|
**/
|
||||||
public function getWorkers($account_id, $interval) {
|
public function getWorkers($account_id, $interval=600) {
|
||||||
$this->debug->append("STA " . __METHOD__, 4);
|
$this->debug->append("STA " . __METHOD__, 4);
|
||||||
$stmt = $this->mysqli->prepare("
|
$stmt = $this->mysqli->prepare("
|
||||||
SELECT id, username, password, monitor,
|
SELECT id, username, password, monitor,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user