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 6790ad2 commit 793166dCopy full SHA for 793166d
src/wallet/sqlite.h
@@ -127,7 +127,7 @@ class SQLiteDatabase : public WalletDatabase
127
128
// Batches must acquire this semaphore on writing, and release when done writing.
129
// This ensures that only one batch is modifying the database at a time.
130
- CSemaphore m_write_semaphore;
+ BinarySemaphore m_write_semaphore;
131
132
bool Verify(bilingual_str& error);
133
0 commit comments