File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -92,11 +92,7 @@ const char * const PIVX_MASTERNODE_CONF_FILENAME = "masternode.conf";
9292std::atomic<bool > fMasterNode {false };
9393std::string strMasterNodeAddr = " " ;
9494bool fLiteMode = false ;
95-
96-
97- /* * Spork enforcement enabled time */
98- int64_t enforceMasternodePaymentsTime = 4085657524 ;
99- bool fSucessfullyLoaded = false ;
95+ // budget finalization
10096std::string strBudgetMode = " " ;
10197
10298ArgsManager gArgs ;
Original file line number Diff line number Diff line change @@ -43,10 +43,7 @@ extern const char * const DEFAULT_DEBUGLOGFILE;
4343
4444extern std::atomic<bool > fMasterNode ;
4545extern bool fLiteMode ;
46- extern int64_t enforceMasternodePaymentsTime;
4746extern std::string strMasterNodeAddr;
48- extern int keysLoaded;
49- extern bool fSucessfullyLoaded ;
5047extern std::string strBudgetMode;
5148
5249extern std::string strMiscWarning;
You can’t perform that action at this time.
0 commit comments