Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 committed Jan 14, 2025
1 parent 7cb50a5 commit 9a175f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/validationinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ struct MainSignalsInstance {
boost::signals2::signal<void (bool undo, const CDeterministicMNList& oldMNList, const CDeterministicMNListDiff& diff)> NotifyMasternodeListChanged;
/** Notifies listeners of a ChainLock. */
boost::signals2::signal<void (const CBlockIndex* pindex, const llmq::CChainLockSig& clsig)> NotifyChainLock;

std::unordered_map<CValidationInterface*, ValidationInterfaceConnections> m_connMainSignals;

// We are not allowed to assume the scheduler only runs in one thread,
Expand Down

0 comments on commit 9a175f6

Please sign in to comment.