Show nodeid instead of addresses (for anonymity) unless otherwise requested.

This commit is contained in:
R E Broadley
2014-02-26 17:55:04 -08:00
parent f04f123407
commit 2e36866fec
6 changed files with 35 additions and 25 deletions

View File

@@ -95,6 +95,7 @@ bool fDaemon = false;
bool fServer = false;
string strMiscWarning;
bool fLogTimestamps = false;
bool fLogIPs = false;
volatile bool fReopenDebugLog = false;
CClientUIInterface uiInterface;