Post
Topic
Board Altcoin Discussion
Re: WTF !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ASIA COIN 3.2 BILLION!!!! PREMINE?
by
FrigidWinter
on 04/05/2014, 07:47:24 UTC
Guys does this say what I think it says?

Line 1606 Main.cpp

Code:
uint256 prevHash = 0;
if(pindex->pprev)
{
prevHash = pindex->pprev->GetBlockHash();
// printf("==> Got prevHash = %s\n", prevHash.ToString().c_str());
}

if (vtx[0].GetValueOut() > GetProofOfWorkReward(pindex->nHeight, nFees) && pindex->nHeight != MIN_SUPPLY)
return false;