diff --git a/src/main.cpp b/src/main.cpp index b242f6c..935c569 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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) { - /* 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 *BlockReading = pindexLast; const CBlockHeader *BlockCreating = pblock;