mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
parent
de22e1538f
commit
93f5b6c7bc
@ -32,7 +32,7 @@ int GetBudgetPaymentCycleBlocks(){
|
||||
return 50; //ten times per day
|
||||
}
|
||||
|
||||
bool IsBudgetCollateralValid(uint256 nTxCollateralHash, uint256 nExpectedHash, std::string& strError, int64_t& nTime, int& nConf)
|
||||
bool IsBudgetCollateralValid(uint256 nTxCollateralHash, uint256 nExpectedHash, std::string& strError, int64_t nTime, int& nConf)
|
||||
{
|
||||
CTransaction txCollateral;
|
||||
uint256 nBlockHash;
|
||||
|
@ -46,7 +46,7 @@ void DumpBudgets();
|
||||
int GetBudgetPaymentCycleBlocks();
|
||||
|
||||
//Check the collateral transaction for the budget proposal/finalized budget
|
||||
bool IsBudgetCollateralValid(uint256 nTxCollateralHash, uint256 nExpectedHash, std::string& strError, int64_t& nTime, int& nConf);
|
||||
bool IsBudgetCollateralValid(uint256 nTxCollateralHash, uint256 nExpectedHash, std::string& strError, int64_t nTime, int& nConf);
|
||||
|
||||
/** Save Budget Manager (budget.dat)
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user