We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbf28c6 + 7357893 commit c24d075Copy full SHA for c24d075
src/main.cpp
@@ -3221,12 +3221,12 @@ string GetWarnings(string strFor)
3221
string strStatusBar;
3222
string strRPC;
3223
3224
- if (GetBoolArg("-testsafemode", false))
3225
- strRPC = "test";
3226
-
3227
if (!CLIENT_VERSION_IS_RELEASE)
3228
strStatusBar = _("This is a pre-release test build - use at your own risk - do not use for mining or merchant applications");
3229
+ if (GetBoolArg("-testsafemode", false))
+ strStatusBar = strRPC = "testsafemode enabled";
+
3230
// Misc warnings like out of disk space and clock is wrong
3231
if (strMiscWarning != "")
3232
{
0 commit comments