Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
added -testsafemode switch
-- version 0.3.11 release
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
main.cpp
|
@@ -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 != "") |
|
|