3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-14 11:15:51 +00:00

BitCoin -> Bitcoin

This commit is contained in:
Mike Hearn 2012-12-24 16:11:11 +00:00
parent 93893e10ad
commit 9639b45ad8

View File

@ -85,7 +85,7 @@ public class NetworkParameters implements Serializable {
public int addressHeader; public int addressHeader;
/** First byte of a base58 encoded dumped private key. See {@link DumpedPrivateKey}. */ /** First byte of a base58 encoded dumped private key. See {@link DumpedPrivateKey}. */
public int dumpedPrivateKeyHeader; public int dumpedPrivateKeyHeader;
/** 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 2015. */
public int interval; public int interval;
/** /**
* How much time in seconds is supposed to pass between "interval" blocks. If the actual elapsed time is * How much time in seconds is supposed to pass between "interval" blocks. If the actual elapsed time is