From 3bd8cc1e98d4d7f65cc033093331c7a09b680e71 Mon Sep 17 00:00:00 2001 From: Evan Duffield Date: Thu, 2 Jul 2015 15:34:11 -0700 Subject: [PATCH] fixed bug with proposals --- src/masternode-budget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/masternode-budget.cpp b/src/masternode-budget.cpp index f2868f857..13a143d23 100644 --- a/src/masternode-budget.cpp +++ b/src/masternode-budget.cpp @@ -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);