1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-01-30 08:24:20 +00:00

commeted out genesis code

This commit is contained in:
orignal 2017-04-02 09:49:54 -04:00
parent 3661abe86f
commit 22c32cd4d3

View File

@ -2926,7 +2926,7 @@ bool InitBlockIndex() {
} }
// temporary code for finding nonce for genesis, should be removed later one // temporary code for finding nonce for genesis, should be removed later one
uint256 hashTarget = CBigNum().SetCompact(block.nBits).getuint256(); /* uint256 hashTarget = CBigNum().SetCompact(block.nBits).getuint256();
printf("hash target %s\n", hashTarget.ToString().c_str()); printf("hash target %s\n", hashTarget.ToString().c_str());
while(true) while(true)
{ {
@ -2945,7 +2945,7 @@ bool InitBlockIndex() {
} }
} }
printf("block.nTime = %u \n", block.nTime); printf("block.nTime = %u \n", block.nTime);
printf("block.nNonce = %u \n", block.nNonce); printf("block.nNonce = %u \n", block.nNonce); */
///////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////