diff --git a/src/qt/walletview.cpp b/src/qt/walletview.cpp index 192b00d12534..257caa743470 100644 --- a/src/qt/walletview.cpp +++ b/src/qt/walletview.cpp @@ -209,6 +209,7 @@ void WalletView::gotoMasternodePage() QSettings settings; if (settings.value("fShowMasternodesTab").toBool()) { setCurrentWidget(masternodeListPage); + } } void WalletView::gotoReceiveCoinsPage() diff --git a/src/qt/walletview.h b/src/qt/walletview.h index f313a11929c9..0bcd1a752565 100644 --- a/src/qt/walletview.h +++ b/src/qt/walletview.h @@ -76,8 +76,6 @@ public slots: void gotoOverviewPage(); /** Switch to history (transactions) page */ void gotoHistoryPage(); - /** Switch to Bittrex trading page */ - void gotoTradingPage(); /** Switch to masternode page */ void gotoMasternodePage(); /** Switch to Bittrex trading page */