mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
Improve block database load error reporting
This commit is contained in:
@@ -163,6 +163,10 @@ public:
|
||||
condQuit.wait(lock);
|
||||
}
|
||||
|
||||
~CCheckQueue() {
|
||||
Quit();
|
||||
}
|
||||
|
||||
friend class CCheckQueueControl<T>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user