mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
Add last share's pool info in cgpu_info
This commit is contained in:
parent
53c1e9ae37
commit
0ebc0c9d8a
@ -1422,6 +1422,8 @@ static bool submit_upstream_work(const struct work *work)
|
||||
cgpu->accepted++;
|
||||
total_accepted++;
|
||||
pool->accepted++;
|
||||
cgpu->last_share_pool = pool->pool_no;
|
||||
cgpu->last_share_pool_time = time(NULL);
|
||||
if (opt_debug)
|
||||
applog(LOG_DEBUG, "PROOF OF WORK RESULT: true (yay!!!)");
|
||||
if (!QUIET) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user