mirror of
https://github.com/GOSTSec/gostcoin
synced 2025-01-30 00:14:20 +00:00
commeted out genesis code
This commit is contained in:
parent
3661abe86f
commit
22c32cd4d3
@ -2926,7 +2926,7 @@ bool InitBlockIndex() {
|
||||
}
|
||||
|
||||
// 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());
|
||||
while(true)
|
||||
{
|
||||
@ -2945,7 +2945,7 @@ bool InitBlockIndex() {
|
||||
}
|
||||
}
|
||||
printf("block.nTime = %u \n", block.nTime);
|
||||
printf("block.nNonce = %u \n", block.nNonce);
|
||||
printf("block.nNonce = %u \n", block.nNonce); */
|
||||
|
||||
/////////////////////////////////////////////////////////////
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user