diff --git a/src/wallet/sqlite.h b/src/wallet/sqlite.h index a3e0de1fcc2..c17ca3a8c9f 100644 --- a/src/wallet/sqlite.h +++ b/src/wallet/sqlite.h @@ -127,7 +127,7 @@ public: // Batches must acquire this semaphore on writing, and release when done writing. // This ensures that only one batch is modifying the database at a time. - CSemaphore m_write_semaphore; + BinarySemaphore m_write_semaphore; bool Verify(bilingual_str& error);