MCPcopy Create free account
hub / github.com/ElementsProject/elements / InitPruneSetting

Method InitPruneSetting

src/qt/bitcoin.cpp:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317void BitcoinApplication::InitPruneSetting(int64_t prune_MiB)
318{
319 optionsModel->SetPruneTargetGB(PruneMiBtoGB(prune_MiB), true);
320}
321
322void BitcoinApplication::requestInitialize()
323{

Callers 1

GuiMainFunction · 0.80

Calls 2

PruneMiBtoGBFunction · 0.85
SetPruneTargetGBMethod · 0.80

Tested by

no test coverage detected