Guys does this say what I think it says?
Line 1606 Main.cpp
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;