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

Method parameterSetup

src/qt/bitcoin.cpp:307–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void BitcoinApplication::parameterSetup()
308{
309 // Default printtoconsole to false for the GUI. GUI programs should not
310 // print to the console unnecessarily.
311 gArgs.SoftSetBoolArg("-printtoconsole", false);
312
313 InitLogging(gArgs);
314 InitParameterInteraction(gArgs);
315}
316
317void BitcoinApplication::InitPruneSetting(int64_t prune_MiB)
318{

Callers 2

GuiMainFunction · 0.80
appTestsMethod · 0.80

Calls 3

InitLoggingFunction · 0.85
InitParameterInteractionFunction · 0.85
SoftSetBoolArgMethod · 0.80

Tested by 1

appTestsMethod · 0.64