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

@@ -100,6 +100,7 @@ extern bool fPrintToDebugLog;
extern bool fServer;
extern std::string strMiscWarning;
extern bool fLogTimestamps;
extern bool fLogIPs;
extern volatile bool fReopenDebugLog;
void RandAddSeed();