Raptor3um / raptoreum

MIT License
317 stars 134 forks source link

Reimplement checks in txdb.cpp #275

Closed Bigpiggy01 closed 7 months ago

Bigpiggy01 commented 1 year ago

Leftover from prepowcache implement

// if (pindexNew->IsProofOfWork() && !CheckProofOfWork(pindexNew->GetBlockHash(), pindexNew->nBits, consensusParams)) // return error("%s: CheckProofOfWork failed: %s", __func__, pindexNew->ToString());