aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorR E Broadley <rebroad+github@gmail.com>2014-02-26 17:55:04 -0800
committerR E Broadley <rebroad+github@gmail.com>2014-07-04 09:38:44 +0700
commit2e36866fecb7420cd73047a7aa762a6e5e225695 (patch)
tree8722a5d841711574d6cd1b3106fa2e67935fbd85 /src/util.h
parentf04f1234078288d4806aaab0952d60f137337e81 (diff)
downloadbitcoin-2e36866fecb7420cd73047a7aa762a6e5e225695.tar.xz
Show nodeid instead of addresses (for anonymity) unless otherwise requested.
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();