core/txpool/legacypool: remove redundant check for floatingRatio == 0 (#27477)
floatingRatio is a constant and always non-zero. So there is no need to check for == 0.
Showing
Please register or sign in to comment
floatingRatio is a constant and always non-zero. So there is no need to check for == 0.