Remove Safe mode

This commit is contained in:
Andrew Chow
2017-09-05 12:48:58 -07:00
committed by Wladimir J. van der Laan
parent eac067ad59
commit 2ae705d841
10 changed files with 2 additions and 83 deletions

View File

@@ -51,9 +51,6 @@ std::string GetWarnings(const std::string& strFor)
strGUI = _("This is a pre-release test build - use at your own risk - do not use for mining or merchant applications");
}
if (gArgs.GetBoolArg("-testsafemode", DEFAULT_TESTSAFEMODE))
strStatusBar = strRPC = strGUI = "testsafemode enabled";
// Misc warnings like out of disk space and clock is wrong
if (strMiscWarning != "")
{