| 56 | bool readConfigFiles(std::string& error) override { return gArgs.ReadConfigFiles(error, true); } |
| 57 | bool softSetArg(const std::string& arg, const std::string& value) override { return gArgs.SoftSetArg(arg, value); } |
| 58 | bool softSetBoolArg(const std::string& arg, bool value) override { return gArgs.SoftSetBoolArg(arg, value); } |
| 59 | void selectParams(const std::string& network) override { SelectParams(network); } |
| 60 | std::string getNetwork() override { return Params().NetworkIDString(); } |
| 61 | void initLogging() override { InitLogging(); } |