Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid a race in the SimulatedBeacon Stop call
The go routine which is responsible for committing blocks was spewing our errors in a spinLoop because it was continuing to call Commit when the txPool was already terminated. This could cause intense i/o and lead to VSCode hanging, or CI being unable to process the logs.
- Loading branch information