Skip to content

Commit

Permalink
Disable retargeting for regtest
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarguindzberg committed Jun 9, 2016
1 parent 736fd7d commit 3d322b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/params/RegTestParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class RegTestParams extends TestNet2Params {

public RegTestParams() {
super();
interval = 10000;
interval = Integer.MAX_VALUE;
maxTarget = MAX_TARGET;
subsidyDecreaseBlockCount = 150;
port = 18444;
Expand Down

0 comments on commit 3d322b7

Please sign in to comment.