diff --git a/src/qt/introdialog.cpp b/src/qt/introdialog.cpp index 9b69ad1..b86ef75 100644 --- a/src/qt/introdialog.cpp +++ b/src/qt/introdialog.cpp @@ -292,12 +292,6 @@ bool IntroDialog::pickDataDirectory() }; bool success = Bootstrap::DownloadBootstrap(host, dataDirPath, progressFn, strError); - if (!success) { - host = Bootstrap::FALLBACK_HOST; - progress.setValue(0); - success = Bootstrap::DownloadBootstrap(host, dataDirPath, progressFn, strError); - } - if (!success) { QMessageBox::warning(0, "Triangles", QString("Could not download blockchain snapshot:\n%1\n\n"