Merge pull request #152 from crowning-/patch-1

"Last Darksend message" text added in overview page
This commit is contained in:
evan82 2015-02-03 14:50:33 -07:00
commit d0b419cc59

View File

@ -359,6 +359,8 @@ void OverviewPage::darkSendStatus()
int accepted = darkSendPool.GetLastEntryAccepted();
std::ostringstream convert;
convert << "Last Darksend message:\n";
if(state == POOL_STATUS_ACCEPTING_ENTRIES) {
if(entries == 0) {