Fix RegTestParams subsidy decrease block count (150)

This commit is contained in:
Matt Corallo 2013-10-27 14:55:54 -04:00 committed by Mike Hearn
parent aff5f140fb
commit 8fc7a2a34b

View file

@ -32,7 +32,7 @@ public class RegTestParams extends TestNet2Params {
super();
interval = 10000;
proofOfWorkLimit = PROOF_OF_WORK_LIMIT;
subsidyDecreaseBlockCount = 10000;
subsidyDecreaseBlockCount = 150;
port = 18444;
}