mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
Gives the end-user a better understanding on the information displayed there.
This commit is contained in:
parent
cf1ec7153b
commit
7c0920e396
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user