| 305 | } |
| 306 | |
| 307 | void 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 | |
| 317 | void BitcoinApplication::InitPruneSetting(int64_t prune_MiB) |
| 318 | { |