mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-09 14:15:53 +00:00
a6cc02f68f
This PR solves an issue with the chain manager posting a `RemovedTransactionEvent`, the tx pool will try to acquire the chainmanager lock which has previously been locked prior to posting `RemovedTransactionEvent`. This results in a deadlock in the core.