diff options
| author | R E Broadley <[email protected]> | 2014-02-26 17:55:04 -0800 |
|---|---|---|
| committer | R E Broadley <[email protected]> | 2014-07-04 09:38:44 +0700 |
| commit | 2e36866fecb7420cd73047a7aa762a6e5e225695 (patch) | |
| tree | 8722a5d841711574d6cd1b3106fa2e67935fbd85 /src/util.cpp | |
| parent | Merge pull request #4448 from laanwj/2014_07_qt_payment_rq_logging (diff) | |
| download | discoin-2e36866fecb7420cd73047a7aa762a6e5e225695.tar.xz discoin-2e36866fecb7420cd73047a7aa762a6e5e225695.zip | |
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 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; |