diff options
| author | practicalswift <[email protected]> | 2017-11-14 23:35:42 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-05-05 16:50:58 +0200 |
| commit | 6bc5b7100b1182c4c060c045df9a58dada3d3eab (patch) | |
| tree | 6b2514ac576d238d3d966f170167286528e1b5cc /src/httpserver.cpp | |
| parent | Merge #13080: mempool: Add compile time checking for ::mempool.cs runtime loc... (diff) | |
| download | discoin-6bc5b7100b1182c4c060c045df9a58dada3d3eab.tar.xz discoin-6bc5b7100b1182c4c060c045df9a58dada3d3eab.zip | |
Fix missing locking in CTxMemPool::check(const CCoinsViewCache *pcoins)
* reading variable 'mapTx' requires holding mutex 'cs'
* reading variable 'mapNextTx' requires holding mutex 'cs'
* reading variable 'nCheckFrequency' requires holding mutex 'cs'
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions