added budget item func

This commit is contained in:
Evan Duffield 2016-05-09 09:31:11 -07:00
parent 8c48d9dbb9
commit 60e048071f

View File

@ -359,3 +359,10 @@ void CMasternodeSync::UpdatedBlockTip(const CBlockIndex *pindex)
{
pCurrentBlockIndex = pindex;
}
void CMasternodeSync::AddedBudgetItem(uint256 hash)
{
// skip this for now
return;
}