mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-01-31 23:32:16 +00:00
Fix regtest params.
This commit is contained in:
parent
1288774ee4
commit
651880405d
@ -29,10 +29,12 @@ public class RegTestParams extends TestNet2Params {
|
|||||||
private static final BigInteger PROOF_OF_WORK_LIMIT = new BigInteger("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", 16);
|
private static final BigInteger PROOF_OF_WORK_LIMIT = new BigInteger("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", 16);
|
||||||
|
|
||||||
public RegTestParams() {
|
public RegTestParams() {
|
||||||
|
super();
|
||||||
interval = 10000;
|
interval = 10000;
|
||||||
proofOfWorkLimit = PROOF_OF_WORK_LIMIT;
|
proofOfWorkLimit = PROOF_OF_WORK_LIMIT;
|
||||||
subsidyDecreaseBlockCount = 10000;
|
subsidyDecreaseBlockCount = 10000;
|
||||||
port = 18444;
|
port = 18444;
|
||||||
|
acceptableAddressCodes = new int[] { 0 };
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user