Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
There was an error while loading. Please reload this page.
AddMevBundlesurely needs to lock for atomicity of adding to the bundle pool (pool.mevBundles), but as far as I can tell it doesn't interact with the rest of the txpool so should be okay to use something likepool.bundleMu.Lock()? Happy to implement if so 😃