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