mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 21:12:48 +01:00
Removed IsBudgetPaymentBlock lock
This commit is contained in:
parent
dfad32272c
commit
0152a1fc11
@ -497,8 +497,6 @@ CBudgetProposal *CBudgetManager::FindProposal(uint256 nHash)
|
||||
|
||||
bool CBudgetManager::IsBudgetPaymentBlock(int nBlockHeight)
|
||||
{
|
||||
LOCK(cs);
|
||||
|
||||
int nHighestCount = -1;
|
||||
|
||||
std::map<uint256, CFinalizedBudget>::iterator it = mapFinalizedBudgets.begin();
|
||||
|
Loading…
Reference in New Issue
Block a user