Skip to content

Commit

Permalink
Add missing loc.
Browse files Browse the repository at this point in the history
  • Loading branch information
pandacoin-official committed Apr 7, 2014
1 parent 0c4cb7d commit b8df5bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1310,6 +1310,7 @@ unsigned int static KimotoGravityWell(const CBlockIndex* pindexLast, const CBloc
if (BlockReading->nHeight > 31400)
LatestBlockTime = BlockReading->GetBlockTime();
}
PastRateActualSeconds = LatestBlockTime - BlockReading->GetBlockTime();
PastRateTargetSeconds = TargetBlocksSpacingSeconds * PastBlocksMass;
PastRateAdjustmentRatio = double(1);
if (BlockReading->nHeight > 31400) {
Expand Down

0 comments on commit b8df5bd

Please sign in to comment.