Migrate -prune setting from QSettings to settings.json

This commit is contained in:
Ryan Ofsky
2019-04-29 15:29:00 -04:00
parent f067e19433
commit 9a016a3c07
4 changed files with 76 additions and 38 deletions

View File

@@ -344,7 +344,7 @@ void BitcoinApplication::parameterSetup()
void BitcoinApplication::InitPruneSetting(int64_t prune_MiB)
{
optionsModel->SetPruneTargetGB(PruneMiBtoGB(prune_MiB), true);
optionsModel->SetPruneTargetGB(PruneMiBtoGB(prune_MiB));
}
void BitcoinApplication::requestInitialize()