mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
version 0.3 rc2
This commit is contained in:
parent
c929529f9f
commit
e2bf701454
3 changed files with 6 additions and 4 deletions
2
main.cpp
2
main.cpp
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue