Commit 97e75b10 authored by Evan Duffield's avatar Evan Duffield
Browse files

improve errors for missing finbudgets/props

parent 2965ec45
Showing with 3 additions and 0 deletions
+3 -0
......@@ -1007,6 +1007,7 @@ bool CBudgetManager::UpdateProposal(CBudgetVote& vote, CNode* pfrom, std::string
}
}
strError = "Proposal not found!";
return false;
}
......@@ -1033,6 +1034,8 @@ bool CBudgetManager::UpdateFinalizedBudget(CFinalizedBudgetVote& vote, CNode* pf
}
}
strError = "Finalized Budget not found!";
return false;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment