Update main.cpp

This commit is contained in:
casinocoin2
2014-05-14 15:07:28 -04:00
parent 70e846fa88
commit 91650f8536

View File

@@ -1214,7 +1214,7 @@ unsigned int static GetNextWorkRequired_V1(const CBlockIndex* pindexLast, const
unsigned int static KimotoGravityWell(const CBlockIndex* pindexLast, const CBlockHeader *pblock, uint64 TargetBlocksSpacingSeconds, uint64 PastBlocksMin, uint64 PastBlocksMax) unsigned int static KimotoGravityWell(const CBlockIndex* pindexLast, const CBlockHeader *pblock, uint64 TargetBlocksSpacingSeconds, uint64 PastBlocksMin, uint64 PastBlocksMax)
{ {
/* Kimoto Gravity Well implementation - credit to Dr Kimoto Chan of Megacoin */ /* Kimoto Gravity Well implementation - credit to Dr Kimoto Chan of Megacoin Needs Updating-Kepoly */
const CBlockIndex *BlockLastSolved = pindexLast; const CBlockIndex *BlockLastSolved = pindexLast;
const CBlockIndex *BlockReading = pindexLast; const CBlockIndex *BlockReading = pindexLast;
const CBlockHeader *BlockCreating = pblock; const CBlockHeader *BlockCreating = pblock;