mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-08 21:24:24 +00:00
added -testsafemode switch
-- version 0.3.11 release git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@145 1a98c847-1fd6-4fd8-948a-caf3550aa51b
This commit is contained in:
parent
2ef9cfa5b8
commit
5b721607b1
2
main.cpp
2
main.cpp
@ -1793,6 +1793,8 @@ string GetWarnings(string strFor)
|
|||||||
int nPriority = 0;
|
int nPriority = 0;
|
||||||
string strStatusBar;
|
string strStatusBar;
|
||||||
string strRPC;
|
string strRPC;
|
||||||
|
if (mapArgs.count("-testsafemode"))
|
||||||
|
strRPC = "test";
|
||||||
|
|
||||||
// Misc warnings like out of disk space and clock is wrong
|
// Misc warnings like out of disk space and clock is wrong
|
||||||
if (strMiscWarning != "")
|
if (strMiscWarning != "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user