|
|
@@ -5277,7 +5277,9 @@ static bool test_work_current(struct work *work)
|
|
|
|
|
|
if (deleted_block)
|
|
|
applog(LOG_DEBUG, "Deleted block %d from database", deleted_block);
|
|
|
+#if BLKMAKER_VERSION > 1
|
|
|
template_nonce = 0;
|
|
|
+#endif
|
|
|
set_curblock(hexstr, &work->data[4]);
|
|
|
if (unlikely(new_blocks == 1))
|
|
|
goto out_free;
|