mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-07 06:44:16 +00:00
BitCoin -> Bitcoin
This commit is contained in:
parent
93893e10ad
commit
9639b45ad8
@ -85,7 +85,7 @@ public class NetworkParameters implements Serializable {
|
||||
public int addressHeader;
|
||||
/** First byte of a base58 encoded dumped private key. See {@link DumpedPrivateKey}. */
|
||||
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;
|
||||
/**
|
||||
* How much time in seconds is supposed to pass between "interval" blocks. If the actual elapsed time is
|
||||
|
Loading…
Reference in New Issue
Block a user