fixed bug with proposals
This commit is contained in:
parent
5fdaf0bfc1
commit
3bd8cc1e98
@ -1265,7 +1265,7 @@ int64_t CFinalizedBudget::GetTotalPayout()
|
||||
}
|
||||
|
||||
std::string CFinalizedBudget::GetProposals() {
|
||||
std::string ret = "aeu";
|
||||
std::string ret = "";
|
||||
|
||||
BOOST_FOREACH(CTxBudgetPayment& payment, vecProposals){
|
||||
CFinalizedBudget* prop = budget.FindFinalizedBudget(payment.nProposalHash);
|
||||
|
Loading…
Reference in New Issue
Block a user