We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67881de commit 1307686Copy full SHA for 1307686
src/net_processing.cpp
@@ -189,7 +189,7 @@ namespace {
189
* We use this to avoid requesting transactions that have already been
190
* confirnmed.
191
*/
192
- RecursiveMutex g_cs_recent_confirmed_transactions;
+ Mutex g_cs_recent_confirmed_transactions;
193
std::unique_ptr<CRollingBloomFilter> g_recent_confirmed_transactions GUARDED_BY(g_cs_recent_confirmed_transactions);
194
195
/** Blocks that are in flight, and that are in the queue to be downloaded. */
0 commit comments