mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
Merge pull request #350 from UdjinM6/v0.12.0.x_budget
V0.12.0.x budget fixes/cleanups
This commit is contained in:
commit
cddd69ef40
File diff suppressed because it is too large
Load Diff
@ -38,7 +38,6 @@ extern std::map<uint256, CFinalizedBudgetVote> mapSeenFinalizedBudgetVotes;
|
||||
extern CBudgetManager budget;
|
||||
|
||||
void DumpBudgets();
|
||||
void GetMasternodeBudgetEscrow(CScript& payee);
|
||||
|
||||
//Amount of blocks in a months period of time (using 2.6 minutes per)
|
||||
int GetBudgetPaymentCycleBlocks();
|
||||
@ -498,4 +497,4 @@ public:
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user