mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2026-02-22 16:33:08 +00:00
v26.1
This commit is contained in:
@@ -1232,7 +1232,7 @@ static int share_result( int result, struct work *work,
|
||||
sprintf( ares, "A%d", accepted_share_count );
|
||||
sprintf( bres, "B%d", solved_block_count );
|
||||
if ( reason )
|
||||
stale = strstr( reason, "job" );
|
||||
stale = strstr( reason, "job" ) || strstr( reason, "Job" );
|
||||
else if ( work )
|
||||
stale = work->data[ algo_gate.ntime_index ]
|
||||
!= g_work.data[ algo_gate.ntime_index ];
|
||||
|
||||
Reference in New Issue
Block a user