mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-14 11:15:51 +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;
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user