Remove unnecessary settings

This commit is contained in:
Aditya Kulkarni
2019-10-26 14:15:19 -07:00
parent 65bdcd6367
commit a75f7cb40c
8 changed files with 71 additions and 351 deletions

View File

@@ -66,11 +66,6 @@ void Controller::setConnection(Connection* c) {
ui->statusBar->showMessage("Ready!");
// See if we need to remove the reindex/rescan flags from the zcash.conf file
auto zcashConfLocation = Settings::getInstance()->getZcashdConfLocation();
Settings::removeFromZcashConf(zcashConfLocation, "rescan");
Settings::removeFromZcashConf(zcashConfLocation, "reindex");
// If we're allowed to get the Zec Price, get the prices
if (Settings::getInstance()->getAllowFetchPrices())
refreshZECPrice();