3
0
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:
Mike Hearn 2013-06-07 13:59:10 +02:00
parent 1288774ee4
commit 651880405d

View File

@ -29,10 +29,12 @@ public class RegTestParams extends TestNet2Params {
private static final BigInteger PROOF_OF_WORK_LIMIT = new BigInteger("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", 16);
public RegTestParams() {
super();
interval = 10000;
proofOfWorkLimit = PROOF_OF_WORK_LIMIT;
subsidyDecreaseBlockCount = 10000;
port = 18444;
acceptableAddressCodes = new int[] { 0 };
}
@Override