node: Add args alias for gArgs global

This commit is contained in:
MarcoFalke
2020-04-08 19:47:56 -04:00
parent 4bd6bc5cb4
commit fad4fa7e2f
7 changed files with 14 additions and 6 deletions

View File

@@ -54,9 +54,9 @@ bool AppInitLockDataDirectory();
bool AppInitMain(NodeContext& node);
/**
* Setup the arguments for gArgs
* Register all arguments with the ArgsManager
*/
void SetupServerArgs();
void SetupServerArgs(NodeContext& node);
/** Returns licensing information (for -version) */
std::string LicenseInfo();