We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d363190 commit 343328cCopy full SHA for 343328c
main.cpp
@@ -1793,6 +1793,8 @@ string GetWarnings(string strFor)
1793
int nPriority = 0;
1794
string strStatusBar;
1795
string strRPC;
1796
+ if (mapArgs.count("-testsafemode"))
1797
+ strRPC = "test";
1798
1799
// Misc warnings like out of disk space and clock is wrong
1800
if (strMiscWarning != "")
0 commit comments