aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-07-04 07:59:28 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-07-04 08:04:30 +0200
commit00fa78c35bbf4063a1261048803ce4594907be66 (patch)
treeb3314d7e1fe762d5935609145fd2fdfbf89d6db6 /src/util.h
parente61c6d69ad91bfc1a47b2d53e16cce3252885e70 (diff)
parent2e36866fecb7420cd73047a7aa762a6e5e225695 (diff)
downloadbitcoin-00fa78c35bbf4063a1261048803ce4594907be66.tar.xz
Merge pull request #3764
2e36866 Show nodeid instead of addresses (for anonymity) unless otherwise requested. (R E Broadley)
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 707b8f2d76..60db71bfd0 100644
--- a/src/util.h
+++ b/src/util.h
@@ -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();