Skip to content

Commit

Permalink
Merge pull request #172 from rsksmart/forcegaslimit-default-true
Browse files Browse the repository at this point in the history
forcegaslimit property set to true by default
  • Loading branch information
aeidelman authored Sep 1, 2017
2 parents 0f8bcdc + f38b41f commit fa8c11e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,6 @@ public long getTargetGasLimit() {
}

public boolean getForceTargetGasLimit() {
return getBooleanProperty("forcegaslimit", false);
return getBooleanProperty("forcegaslimit", true);
}
}

0 comments on commit fa8c11e

Please sign in to comment.