mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-16 15:43:05 +01:00
Migrate -prune setting from QSettings to settings.json
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user