diff --git a/src/evo/mnhftx.h b/src/evo/mnhftx.h index 4609d4d76265d..1d6b577f3c1f6 100644 --- a/src/evo/mnhftx.h +++ b/src/evo/mnhftx.h @@ -155,7 +155,7 @@ class CMNHFManager : public AbstractEHFManager */ void DisconnectManagers() { m_chainman = nullptr; m_qman = nullptr; }; - bool ForceSignalDBUpdate(); + bool ForceSignalDBUpdate() EXCLUSIVE_LOCKS_REQUIRED(cs_main); private: void AddToCache(const Signals& signals, const CBlockIndex* const pindex);