We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is delta-basefee supposed to be a difference(subtraction operation) or a is -basefee a qualifier of the type of delta?
delta-basefee
-basefee
delta
If it's a qualifier, this comment is confusing as it appears to be a subtraction. I don't see a subtraction in the code. Maybe use an underscore?
priority = min(delta-basefee, delta-blobfee)
go-ethereum/core/txpool/blobpool/blobpool.go
Line 271 in f1c27c2
The text was updated successfully, but these errors were encountered:
This is my question, too.
Sorry, something went wrong.
PR #28981
No branches or pull requests
Is
delta-basefee
supposed to be a difference(subtraction operation) or a is-basefee
a qualifier of the type ofdelta
?If it's a qualifier, this comment is confusing as it appears to be a subtraction. I don't see a subtraction in the code. Maybe use an underscore?
priority = min(delta-basefee, delta-blobfee)
go-ethereum/core/txpool/blobpool/blobpool.go
Line 271 in f1c27c2
The text was updated successfully, but these errors were encountered: