Skip to content

Commit 343328c

Browse files
Satoshi Nakamotogavinandresen
authored andcommittedAug 28, 2010
added -testsafemode switch
-- version 0.3.11 release
·
v29.0noversion
1 parent d363190 commit 343328c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,6 +1793,8 @@ string GetWarnings(string strFor)
17931793
int nPriority = 0;
17941794
string strStatusBar;
17951795
string strRPC;
1796+
if (mapArgs.count("-testsafemode"))
1797+
strRPC = "test";
17961798

17971799
// Misc warnings like out of disk space and clock is wrong
17981800
if (strMiscWarning != "")

0 commit comments

Comments
 (0)
Please sign in to comment.