init: Remove deprecated args from hidden args

This commit is contained in:
MarcoFalke
2018-09-19 16:37:50 -04:00
parent d26278988f
commit fa910e4301
4 changed files with 3 additions and 34 deletions

View File

@@ -139,11 +139,6 @@ static int AppInitRPC(int argc, char* argv[])
fprintf(stderr, "Error: %s\n", e.what());
return EXIT_FAILURE;
}
if (gArgs.GetBoolArg("-rpcssl", false))
{
fprintf(stderr, "Error: SSL mode for RPC (-rpcssl) is no longer supported.\n");
return EXIT_FAILURE;
}
return CONTINUE_EXECUTION;
}