Update creategenesis.cpp

This commit is contained in:
Nikko
2018-12-17 21:58:44 +07:00
committed by GitHub
parent 277e239572
commit 2c992b5ec7

View File

@@ -30,7 +30,7 @@ static void MineGenesis(CBlockHeader &genesisBlock, const uint256 &powLimit, boo
} }
// If nothing found after trying for a while, print status // If nothing found after trying for a while, print status
if ((genesisBlock.nNonce & 0xffff) == 0) if ((genesisBlock.nNonce & 0xffff) == 0)
printf("nonce %08X: hash = %s \n(target = %s)\n", printf("nonce %08X: hash = %s \r",
genesisBlock.nNonce, newhash.ToString().c_str(), genesisBlock.nNonce, newhash.ToString().c_str(),
hashTarget.ToString().c_str()); hashTarget.ToString().c_str());