From 91650f8536935fcc4edd45e88709e22df2e68455 Mon Sep 17 00:00:00 2001 From: casinocoin2 Date: Wed, 14 May 2014 15:07:28 -0400 Subject: [PATCH] Update main.cpp --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;