mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
Merge pull request #152 from crowning-/patch-1
"Last Darksend message" text added in overview page
This commit is contained in:
commit
d0b419cc59
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user