3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 23:32:16 +00:00

More fixing of regtest params.

This commit is contained in:
Mike Hearn 2013-06-07 16:15:36 +02:00
parent 90fda575b6
commit a525f878ca

View File

@ -35,6 +35,7 @@ public class RegTestParams extends TestNet2Params {
subsidyDecreaseBlockCount = 10000; subsidyDecreaseBlockCount = 10000;
port = 18444; port = 18444;
acceptableAddressCodes = new int[] { 0 }; acceptableAddressCodes = new int[] { 0 };
addressHeader = 0;
} }
@Override @Override