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 05041a4 commit 4629bb9Copy full SHA for 4629bb9
src/evo/mnhftx.h
@@ -155,7 +155,7 @@ class CMNHFManager : public AbstractEHFManager
155
*/
156
void DisconnectManagers() { m_chainman = nullptr; m_qman = nullptr; };
157
158
- bool ForceSignalDBUpdate();
+ bool ForceSignalDBUpdate() EXCLUSIVE_LOCKS_REQUIRED(cs_main);
159
160
private:
161
void AddToCache(const Signals& signals, const CBlockIndex* const pindex);
0 commit comments