X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fkernel_worker.cpp;h=4c5f2456ddb19bd860b723c2eea59f3769ab5fe5;hb=ec14fee57c6757ebed907ac22c3172efb529f3b8;hp=3ffb080c55653a101f0e785ac941cb7e0832ed43;hpb=cced1188176cb38cb5939a77b95712e2782cb0e1;p=novacoin.git diff --git a/src/kernel_worker.cpp b/src/kernel_worker.cpp index 3ffb080..4c5f245 100644 --- a/src/kernel_worker.cpp +++ b/src/kernel_worker.cpp @@ -421,7 +421,7 @@ bool ScanKernelBackward_8way(unsigned char *kernel, uint32_t nBits, uint32_t nIn // Search forward in time from the given timestamp // Stopping search in case of shutting down - for (uint32_t nTimeTx=SearchInterval.first, nMaxTarget32 = nMaxTarget.Get32(7); nTimeTxSearchInterval.second && !fShutdown; nTimeTx -=8) { sha256_init_8way(blocks2); sha256_init_8way(candidates); @@ -500,7 +500,7 @@ bool ScanKernelBackward_4Way(unsigned char *kernel, uint32_t nBits, uint32_t nIn // Search forward in time from the given timestamp // Stopping search in case of shutting down - for (uint32_t nTimeTx=SearchInterval.first, nMaxTarget32 = nMaxTarget.Get32(7); nTimeTxSearchInterval.second && !fShutdown; nTimeTx -=4) { sha256_init_4way(blocks2); sha256_init_4way(candidates);