gArgs.AddArg("-minrelaytxfee=<amt>",strprintf("Fees (in %s/kB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: %s)",
gArgs.AddArg("-whitelistforcerelay",strprintf("Add 'forcerelay' permission to whitelisted inbound peers with default permissions. This will relay transactions even if the transactions were already in the mempool or violate local relay policy. (default: %d)",DEFAULT_WHITELISTFORCERELAY),ArgsManager::ALLOW_ANY,OptionsCategory::NODE_RELAY);
gArgs.AddArg("-whitelistrelay",strprintf("Add 'relay' permission to whitelisted inbound peers with default permissions. The will accept relayed transactions even when not relaying transactions (default: %d)",DEFAULT_WHITELISTRELAY),ArgsManager::ALLOW_ANY,OptionsCategory::NODE_RELAY);
gArgs.AddArg("-whitelistrelay",strprintf("Add 'relay' permission to whitelisted inbound peers with default permissions. This will accept relayed transactions even when not relaying transactions (default: %d)",DEFAULT_WHITELISTRELAY),ArgsManager::ALLOW_ANY,OptionsCategory::NODE_RELAY);
gArgs.AddArg("-blockmaxweight=<n>",strprintf("Set maximum BIP141 block weight (default: %d)",DEFAULT_BLOCK_MAX_WEIGHT),ArgsManager::ALLOW_ANY,OptionsCategory::BLOCK_CREATION);