Fix misleading comment about the difficulty adjustment interval.

This commit is contained in:
Andreas Schildbach 2016-08-24 13:47:53 +02:00 committed by Andreas Schildbach
parent 266eddca37
commit 7b0641e271

View file

@ -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;
}