Skip to content

Commit

Permalink
Clean up some line endings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schildbach committed Aug 11, 2016
1 parent b3bb2c5 commit 8c0cfae
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -52,10 +52,10 @@ public AbstractBitcoinNetParams() {
super();
}

/**
* Checks if we are at a difficulty transition point.
* @param storedPrev The previous stored block
* @return If this is a difficulty transition point
/**
* Checks if we are at a difficulty transition point.
* @param storedPrev The previous stored block
* @return If this is a difficulty transition point
*/
protected boolean isDifficultyTransitionPoint(StoredBlock storedPrev) {
return ((storedPrev.getHeight() + 1) % this.getInterval()) == 0;
Expand Down

0 comments on commit 8c0cfae

Please sign in to comment.