This commit is contained in:
jl777
2016-10-29 12:38:55 -03:00
parent a5e36fdd9f
commit 9a2f3a4044
2 changed files with 14 additions and 9 deletions

View File

@@ -56,12 +56,15 @@ public:
};
void komodo_args();
static bool AppInitRPC(int argc, char* argv[])
{
//
// Parameters
//
ParseParameters(argc, argv);
komodo_args();
if (argc<2 || mapArgs.count("-?") || mapArgs.count("-h") || mapArgs.count("-help") || mapArgs.count("-version")) {
std::string strUsage = _("Komodo RPC client version") + " " + FormatFullVersion() + "\n";
if (!mapArgs.count("-version")) {