mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 22:58:32 +01:00
Fix misleading comment about the difficulty adjustment interval.
This commit is contained in:
parent
266eddca37
commit
7b0641e271
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue