| 387 | } |
| 388 | |
| 389 | void 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 | |
| 399 | void BitcoinApplication::requestInitialize() |
| 400 | { |
no test coverage detected