mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
Merge remote-tracking branch 'upstream/v0.12.0.x' into v0.12.0.x
This commit is contained in:
commit
860a895cf5
@ -465,7 +465,7 @@ std::vector<CBudgetProposal*> CBudgetManager::GetAllProposals()
|
|||||||
std::map<uint256, CBudgetProposal>::iterator it2 = mapProposals.begin();
|
std::map<uint256, CBudgetProposal>::iterator it2 = mapProposals.begin();
|
||||||
while(it2 != mapProposals.end())
|
while(it2 != mapProposals.end())
|
||||||
{
|
{
|
||||||
(*it).second.CleanAndRemove();
|
(*it2).second.CleanAndRemove();
|
||||||
|
|
||||||
CBudgetProposal* prop = &((*it2).second);
|
CBudgetProposal* prop = &((*it2).second);
|
||||||
ret.push_back(prop);
|
ret.push_back(prop);
|
||||||
|
Loading…
Reference in New Issue
Block a user