mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
message improvements
This commit is contained in:
parent
49dad0ca46
commit
d8414bde92
@ -302,7 +302,7 @@ void OverviewPage::darkSendStatus()
|
||||
convert << "Darksend is idle";
|
||||
showingDarkSendMessage = 0;
|
||||
} else if (accepted == 1) {
|
||||
convert << "Your transaction was accepted into the pool!";
|
||||
convert << "Darksend request complete: Your transaction was accepted into the pool!";
|
||||
if(showingDarkSendMessage % 10 > 8) {
|
||||
darkSendPool.lastEntryAccepted = 0;
|
||||
showingDarkSendMessage = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user