added kimoto comment

This commit is contained in:
Matthew Spada Dev
2014-05-14 21:39:30 -04:00
parent 91650f8536
commit 205677e0dd

View File

@@ -1214,7 +1214,10 @@ 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)
{
/* Kimoto Gravity Well implementation - credit to Dr Kimoto Chan of Megacoin Needs Updating-Kepoly */
/* Kimoto Gravity Well implementation - credit to Dr Kimoto Chan of Megacoin */
//
// We need to add digishield or darkgravity. Unless a Dev can come up with another solution.
//
const CBlockIndex *BlockLastSolved = pindexLast;
const CBlockIndex *BlockReading = pindexLast;
const CBlockHeader *BlockCreating = pblock;