File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ bool AppInit(int argc, char* argv[])
69
69
}
70
70
71
71
// Command-line RPC
72
+ bool fCommandLine = false ;
72
73
for (int i = 1 ; i < argc; i++)
73
74
if (!IsSwitchChar (argv[i][0 ]) && !boost::algorithm::istarts_with (argv[i], " bitcoin:" ))
74
75
fCommandLine = true ;
Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ bool fPrintToConsole = false;
78
78
bool fPrintToDebugger = false ;
79
79
bool fDaemon = false ;
80
80
bool fServer = false ;
81
- bool fCommandLine = false ;
82
81
string strMiscWarning;
83
82
bool fNoListen = false ;
84
83
bool fLogTimestamps = false ;
Original file line number Diff line number Diff line change @@ -145,7 +145,6 @@ extern bool fPrintToConsole;
145
145
extern bool fPrintToDebugger ;
146
146
extern bool fDaemon ;
147
147
extern bool fServer ;
148
- extern bool fCommandLine ;
149
148
extern std::string strMiscWarning;
150
149
extern bool fNoListen ;
151
150
extern bool fLogTimestamps ;
You can’t perform that action at this time.
0 commit comments