mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-13 02:35:52 +00:00
Clean up some line endings.
This commit is contained in:
parent
b3bb2c53c9
commit
8c0cfaeee7
@ -52,10 +52,10 @@ public abstract class AbstractBitcoinNetParams extends NetworkParameters {
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user