mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 13:37:24 +00:00
Fix misleading comment about the difficulty adjustment interval.
This commit is contained in:
committed by
Andreas Schildbach
parent
266eddca37
commit
7b0641e271
@@ -362,7 +362,7 @@ public abstract class NetworkParameters {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** How many blocks pass between difficulty adjustment periods. Bitcoin standardises this to be 2015. */
|
/** How many blocks pass between difficulty adjustment periods. Bitcoin standardises this to be 2016. */
|
||||||
public int getInterval() {
|
public int getInterval() {
|
||||||
return interval;
|
return interval;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user