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