mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-08-01 12:31:23 +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;
|
||||
}
|
||||
|
||||
/** 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() {
|
||||
return interval;
|
||||
}
|
||||
|
Reference in New Issue
Block a user