-
Notifications
You must be signed in to change notification settings - Fork 20.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core/txpool: remove redundant check for floatingRatio == 0 #27477
Conversation
Care to explain? |
|
Thanks! Please, if possible, explain your PRs in the description. It is expected and makes the review easier for us. |
ok |
Please don't merge until #27463 is in |
Pls rebase, the txpool package was moved to |
done |
…ethereum#27477) floatingRatio is a constant and always non-zero. So there is no need to check for == 0.
…tio == 0 (ethereum#27477)" This reverts commit d97bfa6.
…tio == 0 (ethereum#27477)" This reverts commit d97bfa6.
No description provided.