fix: remove redundant mempool lock in ChainImpl::isInMempool()
This commit removes a protective lock around a simple mempool check. The change is presented as a cleanup of a redundant lock, but removing synchronization around concurrent data structures can in theory introduce race conditions. There is…
2909655fby Fibonacci747+0−11 file