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

Make RegTestParams use testnet addresses, to follow sipa's upstream change.

This commit is contained in:
Mike Hearn 2013-09-10 10:27:16 +02:00
parent 11ab82c91e
commit eaeab32400

View File

@ -34,9 +34,6 @@ public class RegTestParams extends TestNet2Params {
proofOfWorkLimit = PROOF_OF_WORK_LIMIT; proofOfWorkLimit = PROOF_OF_WORK_LIMIT;
subsidyDecreaseBlockCount = 10000; subsidyDecreaseBlockCount = 10000;
port = 18444; port = 18444;
acceptableAddressCodes = new int[] { 0 };
addressHeader = 0;
dumpedPrivateKeyHeader = 128;
} }
@Override @Override