Skip to content

Commit

Permalink
Remove unrequired fDoubleCounted
Browse files Browse the repository at this point in the history
  • Loading branch information
observerdev committed Feb 12, 2019
1 parent e933f12 commit d1cd431
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/accumulators.cpp
Expand Up @@ -486,7 +486,6 @@ std::list<CBlockIndex*> calculateAccumulatedBlocksFor(

std::list<CBlockIndex*> blocksToInclude;
int amountOfScannedBlocks = 0;
bool fDoubleCounted = false;
while (pindex) {
if (pindex->nHeight != startHeight && pindex->pprev->nAccumulatorCheckpoint != pindex->nAccumulatorCheckpoint)
++nCheckpointsAdded;
Expand Down

0 comments on commit d1cd431

Please sign in to comment.