diff options
| author | Satoshi Nakamoto <[email protected]> | 2010-08-28 00:55:50 +0000 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2010-08-28 00:55:50 +0000 |
| commit | 343328c6b8db85e58a1feea85f0d10e62967fa19 (patch) | |
| tree | f26ecbc1350ff405cede435f8e34e48a4302eac1 | |
| parent | change switch name to -disablesafemode (diff) | |
| download | discoin-343328c6b8db85e58a1feea85f0d10e62967fa19.tar.xz discoin-343328c6b8db85e58a1feea85f0d10e62967fa19.zip | |
added -testsafemode switchv0.3.11_notexact
-- version 0.3.11 release
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1793,6 +1793,8 @@ string GetWarnings(string strFor) int nPriority = 0; string strStatusBar; string strRPC; + if (mapArgs.count("-testsafemode")) + strRPC = "test"; // Misc warnings like out of disk space and clock is wrong if (strMiscWarning != "") |