Skip to content

Commit d429a92

Browse files
wraith7karalabe
authored andcommitted
consensus/ethash: fixed typo (#16253)
1 parent 0b814d3 commit d429a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consensus/ethash/consensus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ func calcDifficultyByzantium(time uint64, parent *types.Header) *big.Int {
355355
if x.Cmp(params.MinimumDifficulty) < 0 {
356356
x.Set(params.MinimumDifficulty)
357357
}
358-
// calculate a fake block numer for the ice-age delay:
358+
// calculate a fake block number for the ice-age delay:
359359
// https://github.com/ethereum/EIPs/pull/669
360360
// fake_block_number = min(0, block.number - 3_000_000
361361
fakeBlockNumber := new(big.Int)

0 commit comments

Comments
 (0)