diff --git a/src/qt/blockexplorer.cpp b/src/qt/blockexplorer.cpp index f9ceebd6724ca..fc24128ad6207 100644 --- a/src/qt/blockexplorer.cpp +++ b/src/qt/blockexplorer.cpp @@ -472,7 +472,7 @@ void BlockExplorer::showEvent(QShowEvent*) m_History.push_back(text); updateNavButtons(); - if (!GetBoolArg("-txindex", false)) { + if (!GetBoolArg("-txindex", true)) { QString Warning = tr("Not all transactions will be shown. To view all transactions you need to set txindex=1 in the configuration file (pivx.conf)."); QMessageBox::warning(this, "PIVX Core Blockchain Explorer", Warning, QMessageBox::Ok); }