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:
parent
11ab82c91e
commit
eaeab32400
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user