Skip to content

Commit 4629bb9

Browse files
committed
fix: add missing cs_main annotation for ForceSignalDBUpdate
1 parent 05041a4 commit 4629bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evo/mnhftx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class CMNHFManager : public AbstractEHFManager
155155
*/
156156
void DisconnectManagers() { m_chainman = nullptr; m_qman = nullptr; };
157157

158-
bool ForceSignalDBUpdate();
158+
bool ForceSignalDBUpdate() EXCLUSIVE_LOCKS_REQUIRED(cs_main);
159159

160160
private:
161161
void AddToCache(const Signals& signals, const CBlockIndex* const pindex);

0 commit comments

Comments
 (0)