Skip to content
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

internal/ethapi: fix check legacy tx #25193

Closed
wants to merge 1 commit into from
Closed

internal/ethapi: fix check legacy tx #25193

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jun 29, 2022

legacy tx must be IsLondon(head.Number) is false.

This if statement, https://github.com/ethereum/go-ethereum/blob/master/internal/ethapi/transaction_args.go#L114-L119
is always false and never processed.

Copy link
Member

@lightclient lightclient left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @bobpkr, since this value of that statement is always false in that location just inverting it doesn't really address the underlying issue. I actually took a stab at reworking this function a bit - maybe you could take a look at #25197 and see if it addresses your issue?

@ghost ghost deleted the fixbug-transaction-args branch June 29, 2022 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant