mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-25 15:10:18 +01:00
Fix RegTestParams subsidy decrease block count (150)
This commit is contained in:
parent
aff5f140fb
commit
8fc7a2a34b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public class RegTestParams extends TestNet2Params {
|
|||
super();
|
||||
interval = 10000;
|
||||
proofOfWorkLimit = PROOF_OF_WORK_LIMIT;
|
||||
subsidyDecreaseBlockCount = 10000;
|
||||
subsidyDecreaseBlockCount = 150;
|
||||
port = 18444;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue