File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ class CFlatDB;
2424class CInv ;
2525class PeerManager ;
2626
27+ class CDeterministicMNList ;
2728class CDeterministicMNManager ;
2829class CGovernanceManager ;
2930class CGovernanceObject ;
@@ -36,9 +37,6 @@ class CSporkManager;
3637static constexpr int RATE_BUFFER_SIZE = 5 ;
3738static constexpr bool DEFAULT_GOVERNANCE_ENABLE{true };
3839
39- class CDeterministicMNList ;
40- using CDeterministicMNListPtr = std::shared_ptr<CDeterministicMNList>;
41-
4240class CRateCheckBuffer
4341{
4442private:
@@ -177,7 +175,7 @@ class GovernanceStore
177175 vote_cmm_t cmmapOrphanVotes;
178176 txout_m_t mapLastMasternodeObject;
179177 // used to check for changed voting keys
180- CDeterministicMNListPtr lastMNListForVotingKeys;
178+ std::shared_ptr<CDeterministicMNList> lastMNListForVotingKeys;
181179
182180public:
183181 GovernanceStore ();
You can’t perform that action at this time.
0 commit comments