version 0.3 rc2

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@95 1a98c847-1fd6-4fd8-948a-caf3550aa51b
This commit is contained in:
s_nakamoto
2010-06-26 15:47:45 +00:00
parent 8700fae12a
commit 06c4716396
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