Skip to content

Commit

Permalink
merge branch
Browse files Browse the repository at this point in the history
Signed-off-by: edwardmack <ed@edwardmack.com>
  • Loading branch information
edwardmack committed Nov 5, 2019
1 parent 17ef801 commit e5151c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private MainnetDifficultyCalculators() {}
};

public static DifficultyCalculator<Void> HOMESTEAD =
(time, parent, protogit colContext) -> {
(time, parent, protocolContext) -> {
final BigInteger parentDifficulty = difficulty(parent.getDifficulty());
final BigInteger difficulty =
ensureMinimumDifficulty(
Expand Down

0 comments on commit e5151c3

Please sign in to comment.