Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashatyrev committed Aug 16, 2017
1 parent 8f1fddb commit 51806a2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -61,6 +61,7 @@ protected int getExplosion(BlockHeader curBlock, BlockHeader parent) {
public BigInteger getCalcDifficultyMultiplier(BlockHeader curBlock, BlockHeader parent) {
long unclesAdj = parent.hasUncles() ? 2 : 1;
return BigInteger.valueOf(Math.max(unclesAdj - (curBlock.getTimestamp() - parent.getTimestamp()) / 9, -99));
}

@Override
public boolean eip140() {
Expand Down

0 comments on commit 51806a2

Please sign in to comment.