version 0.3 rc2

This commit is contained in:
s_nakamoto
2010-06-26 15:47:45 +00:00
parent c929529f9f
commit e2bf701454
3 changed files with 6 additions and 4 deletions

View File

@@ -2707,7 +2707,7 @@ void BitcoinMiner()
}
// Update nTime every few seconds
const uint64 nMask = 0xffff;
const unsigned int nMask = 0xffff;
if ((++tmp.block.nNonce & nMask) == 0)
{
// Meter hashes/sec