forked from cerc-io/plugeth
consensus/ethash: fix typos in var names (#24745)
This commit is contained in:
@@ -130,8 +130,8 @@ func (f *fuzzer) fuzz() int {
|
||||
bigFn calculator
|
||||
u256Fn calculator
|
||||
}{
|
||||
{ethash.FrontierDifficultyCalulator, ethash.CalcDifficultyFrontierU256},
|
||||
{ethash.HomesteadDifficultyCalulator, ethash.CalcDifficultyHomesteadU256},
|
||||
{ethash.FrontierDifficultyCalculator, ethash.CalcDifficultyFrontierU256},
|
||||
{ethash.HomesteadDifficultyCalculator, ethash.CalcDifficultyHomesteadU256},
|
||||
{ethash.DynamicDifficultyCalculator(bombDelay), ethash.MakeDifficultyCalculatorU256(bombDelay)},
|
||||
} {
|
||||
want := pair.bigFn(time, header)
|
||||
|
||||
Reference in New Issue
Block a user