MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / parameterSetup

Method parameterSetup

src/qt/bitcoin.cpp:389–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389void BitcoinApplication::parameterSetup()
390{
391 // Default printtoconsole to false for the GUI. GUI programs should not
392 // print to the console unnecessarily.
393 gArgs.SoftSetBoolArg("-printtoconsole", false);
394
395 m_node.initLogging();
396 m_node.initParameterInteraction();
397}
398
399void BitcoinApplication::requestInitialize()
400{

Callers 1

mainFunction · 0.80

Calls 3

SoftSetBoolArgMethod · 0.80
initLoggingMethod · 0.80

Tested by

no test coverage detected