mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
node: Add args alias for gArgs global
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user