fix spelling

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2026-02-27 10:17:25 +01:00
parent 27994a7c09
commit 999ff701ca
No known key found for this signature in database
GPG key ID: 0FE274EE8C95166E

View file

@ -53,7 +53,7 @@ func evictionPriority1D(basefeeJumps float64, txfeeJumps float64) int {
return int(math.Floor(jumps))
}
// 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.
return int((math.Ceil(jumps)))
}