Skip to content

Commit

Permalink
Fix broken link in PrivateSend info dialog (#3031)
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy authored and UdjinM6 committed Jul 22, 2019
1 parent 9d49fbf commit be3bc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/utilitydialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ your funds will already be anonymized. No additional waiting is required.</li> \
This means those 1000 addresses last for about 100 mixing events. When 900 of them are used, your wallet must create more addresses. \
It can only do this, however, if you have automatic backups enabled.<br> \
Consequently, users who have backups disabled will also have PrivateSend disabled. <hr>\
For more information, see the <a href=\"https://docs.dash.org/en/latest/wallets/dashcore/privatesend-instantsend.html\">PrivateSend documentation</a>."
For more information, see the <a href=\"https://docs.dash.org/en/stable/wallets/dashcore/privatesend-instantsend.html\">PrivateSend documentation</a>."
));
ui->aboutMessage->setWordWrap(true);
ui->helpMessage->setVisible(false);
Expand Down

0 comments on commit be3bc48

Please sign in to comment.