Fix broken link in PrivateSend info dialog (#3031)

This commit is contained in:
strophy 2019-07-23 01:06:04 +08:00 committed by UdjinM6
parent 9d49fbff69
commit be3bc48c95

View File

@ -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. \ 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> \ 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>\ 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->aboutMessage->setWordWrap(true);
ui->helpMessage->setVisible(false); ui->helpMessage->setVisible(false);