You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/governance.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,7 @@ class CGovernanceObject
181
181
boolfCachedValid; // true == minimum network has been reached flagging this object as a valid and understood goverance object (e.g, the serialized data is correct format, etc)
182
182
boolfCachedDelete; // true == minimum network support has been reached saying this object should be deleted from the system entirely
183
183
boolfCachedEndorsed; // true == minimum network support has been reached flagging this object as endorsed by an elected representative body (e.g. business review board / technecial review board /etc)
184
+
// bool fDirtyCache; // object was updated and cached values should be updated soon
184
185
185
186
CGovernanceObject();
186
187
CGovernanceObject(uint256 nHashParentIn, int nRevisionIn, std::string strNameIn, int64_t nTime, uint256 nFeeTXHashIn);
0 commit comments