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:
parent
90fda575b6
commit
a525f878ca
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user