Gives the end-user a better understanding on the information displayed there.

This commit is contained in:
crowning- 2015-02-03 21:48:11 +01:00
parent cf1ec7153b
commit 7c0920e396

View File

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