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

Removed future blocks from blockchain_impl.go #4569

Merged
merged 1 commit into from
Nov 22, 2023
Merged

Conversation

Frozen
Copy link
Contributor

@Frozen Frozen commented Nov 21, 2023

Redundant code: It is imperative that we exercise control over block insertion. Running the specified goroutine may lead to unintended side effects.

@Frozen Frozen self-assigned this Nov 21, 2023
@sophoah
Copy link
Contributor

sophoah commented Nov 22, 2023

Note : the code we are removing is not being used in the go-ethereum code. While i am not sure why we started to use it, i think for now we can remove it.

@Frozen Frozen merged commit 78685f9 into dev Nov 22, 2023
4 checks passed
@ONECasey ONECasey deleted the fix/removed-future-block branch November 22, 2023 16:09
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.

3 participants