diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index b47711c..17b674c 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -414,7 +414,7 @@ void MainWindow::setupStatusBar() { url = "https://explorer.testnet.z.cash/tx/" + txid; } else { - url = "https://explorer.pirate.black/tx/" + txid; + url = "https://explorer.myhush.org/tx/" + txid; } QDesktopServices::openUrl(QUrl(url)); }); @@ -1093,7 +1093,7 @@ void MainWindow::setupBalancesTab() { if (Settings::getInstance()->isTestnet()) { url = "https://explorer.testnet.z.cash/address/" + addr; } else { - url = "https://explorer.pirate.black/address/" + addr; + url = "https://explorer.myhush.org/address/" + addr; } QDesktopServices::openUrl(QUrl(url)); }); @@ -1159,7 +1159,7 @@ void MainWindow::setupTransactionsTab() { if (Settings::getInstance()->isTestnet()) { url = "https://explorer.testnet.z.cash/tx/" + txid; } else { - url = "https://explorer.pirate.black/tx/" + txid; + url = "https://explorer.myhush.org/tx/" + txid; } QDesktopServices::openUrl(QUrl(url)); }); diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 44ea0e0..906c811 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -666,7 +666,7 @@ - + Address Type false @@ -686,10 +686,7 @@ - - false - - + 0 0 diff --git a/src/version.h b/src/version.h index 1cc7722..ce09c51 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "0.7.5" +#define APP_VERSION "0.7.6"