aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-07-04 07:59:28 +0200
committerWladimir J. van der Laan <[email protected]>2014-07-04 08:04:30 +0200
commit00fa78c35bbf4063a1261048803ce4594907be66 (patch)
treeb3314d7e1fe762d5935609145fd2fdfbf89d6db6 /src/util.cpp
parentMerge pull request #4450 (diff)
parentShow nodeid instead of addresses (for anonymity) unless otherwise requested. (diff)
downloaddiscoin-00fa78c35bbf4063a1261048803ce4594907be66.tar.xz
discoin-00fa78c35bbf4063a1261048803ce4594907be66.zip
Merge pull request #3764
2e36866 Show nodeid instead of addresses (for anonymity) unless otherwise requested. (R E Broadley)
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 5a8f85ade..081484c37 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;