Explorer and other URLs
This commit is contained in:
@@ -342,12 +342,12 @@ QString Settings::getRandomServer() {
|
||||
}
|
||||
|
||||
void Settings::openAddressInExplorer(QString address) {
|
||||
QString url = "https://explorer.hush.is/address/" + address;
|
||||
QString url = "https://explorer.dragonx.is/address/" + address;
|
||||
QDesktopServices::openUrl(QUrl(url));
|
||||
}
|
||||
|
||||
void Settings::openTxInExplorer(QString txid) {
|
||||
QString url = "https://explorer.hush.is/tx/" + txid;
|
||||
QString url = "https://explorer.dragonx.is/tx/" + txid;
|
||||
QDesktopServices::openUrl(QUrl(url));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user