mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
added budget item func
This commit is contained in:
parent
8c48d9dbb9
commit
60e048071f
@ -359,3 +359,10 @@ void CMasternodeSync::UpdatedBlockTip(const CBlockIndex *pindex)
|
||||
{
|
||||
pCurrentBlockIndex = pindex;
|
||||
}
|
||||
|
||||
|
||||
void CMasternodeSync::AddedBudgetItem(uint256 hash)
|
||||
{
|
||||
// skip this for now
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user