MOVE: group classes` implementation together; REMOVE: GetMasternodeBudgetEscrow (not used)

This commit is contained in:
UdjinM6 2015-06-03 19:10:11 +03:00
parent 6e0a64bc5d
commit d335c1ebbe
2 changed files with 714 additions and 736 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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();