mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
stratum: shares counter log mistake
This commit is contained in:
parent
8d8be55101
commit
11c8d5b767
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ void *monitor_thread(void *p)
|
|||
}
|
||||
|
||||
if((g_shares_counter % 10000u) == 0) {
|
||||
stratumlog("%s %luK shares...\n", g_current_algo->name, (unsigned long) (g_max_shares/10000u));
|
||||
stratumlog("%s %luK shares...\n", g_current_algo->name, (unsigned long) (g_shares_counter/10000u));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue