aboutsummaryrefslogtreecommitdiff
path: root/src/warnings.cpp
diff options
context:
space:
mode:
authorAndrew Chow <[email protected]>2017-09-05 12:48:58 -0700
committerWladimir J. van der Laan <[email protected]>2018-04-26 15:33:11 +0200
commit2ae705d84178fb9faa49f92091206e92379a2c63 (patch)
tree696da3263cf74554ce09ec79343841a62b4accd7 /src/warnings.cpp
parentMerge #12321: p2wsh and p2sh-p2wsh address in decodescript (diff)
downloaddiscoin-2ae705d84178fb9faa49f92091206e92379a2c63.tar.xz
discoin-2ae705d84178fb9faa49f92091206e92379a2c63.zip
Remove Safe mode
Diffstat (limited to 'src/warnings.cpp')
-rw-r--r--src/warnings.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/warnings.cpp b/src/warnings.cpp
index 572c76660..8eeaec1cb 100644
--- a/src/warnings.cpp
+++ b/src/warnings.cpp
@@ -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 != "")
{