Browse Source

added -testsafemode switch

-- version 0.3.11 release
0.8 v0.3.11_notexact
Satoshi Nakamoto 14 years ago committed by Gavin Andresen
parent
commit
343328c6b8
  1. 2
      main.cpp

2
main.cpp

@ -1793,6 +1793,8 @@ string GetWarnings(string strFor) @@ -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 != "")

Loading…
Cancel
Save