mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 13:32:47 +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)
|
bool CBudgetManager::IsBudgetPaymentBlock(int nBlockHeight)
|
||||||
{
|
{
|
||||||
LOCK(cs);
|
|
||||||
|
|
||||||
int nHighestCount = -1;
|
int nHighestCount = -1;
|
||||||
|
|
||||||
std::map<uint256, CFinalizedBudget>::iterator it = mapFinalizedBudgets.begin();
|
std::map<uint256, CFinalizedBudget>::iterator it = mapFinalizedBudgets.begin();
|
||||||
|
Loading…
Reference in New Issue
Block a user