mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-07 05:24:29 +00:00
fix spelling
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
27994a7c09
commit
999ff701ca
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ func evictionPriority1D(basefeeJumps float64, txfeeJumps float64) int {
|
||||||
return int(math.Floor(jumps))
|
return int(math.Floor(jumps))
|
||||||
}
|
}
|
||||||
// We only use the negative part for ordering. The positive part is only used
|
// We only use the negative part for ordering. The positive part is only used
|
||||||
// for threshold comparision (with a negative threshold), so the value is almost
|
// for threshold comparison (with a negative threshold), so the value is almost
|
||||||
// irrelevant, as long as it's positive.
|
// irrelevant, as long as it's positive.
|
||||||
return int((math.Ceil(jumps)))
|
return int((math.Ceil(jumps)))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue