diff options
author | R E Broadley <rebroad+github@gmail.com> | 2014-02-26 17:55:04 -0800 |
---|---|---|
committer | R E Broadley <rebroad+github@gmail.com> | 2014-07-04 09:38:44 +0700 |
commit | 2e36866fecb7420cd73047a7aa762a6e5e225695 (patch) | |
tree | 8722a5d841711574d6cd1b3106fa2e67935fbd85 /src/util.cpp | |
parent | f04f1234078288d4806aaab0952d60f137337e81 (diff) |
Show nodeid instead of addresses (for anonymity) unless otherwise requested.
Diffstat (limited to 'src/util.cpp')
-rw-r--r-- | src/util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp index 5a8f85ade7..081484c37d 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -95,6 +95,7 @@ bool fDaemon = false; bool fServer = false; string strMiscWarning; bool fLogTimestamps = false; +bool fLogIPs = false; volatile bool fReopenDebugLog = false; CClientUIInterface uiInterface; |