mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-03 05:57:21 +00:00
Fix RegTestParams subsidy decrease block count (150)
This commit is contained in:
@@ -32,7 +32,7 @@ public class RegTestParams extends TestNet2Params {
|
|||||||
super();
|
super();
|
||||||
interval = 10000;
|
interval = 10000;
|
||||||
proofOfWorkLimit = PROOF_OF_WORK_LIMIT;
|
proofOfWorkLimit = PROOF_OF_WORK_LIMIT;
|
||||||
subsidyDecreaseBlockCount = 10000;
|
subsidyDecreaseBlockCount = 150;
|
||||||
port = 18444;
|
port = 18444;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user