![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <common/init.h>#include <chainparams.h>#include <common/args.h>#include <logging.h>#include <tinyformat.h>#include <util/fs.h>#include <util/translation.h>#include <algorithm>#include <exception>#include <optional>Go to the source code of this file.
Namespaces | |
| namespace | common |
Functions | |
| std::optional< ConfigError > | common::InitConfig (ArgsManager &args, SettingsAbortFn settings_abort_fn=nullptr) |
| Read config files, and create datadir and settings.json if they don't exist. More... | |