core/txpool/legacypool: protect cache with mutex (#27898)
This change fixes the a potential race by using mutexes when the m.cache is read or modified.
Showing
Please register or sign in to comment
This change fixes the a potential race by using mutexes when the m.cache is read or modified.