aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMatt Corallo <matt@bluematt.me>2011-07-10 16:07:22 +0200
committerMatt Corallo <matt@bluematt.me>2011-07-13 02:11:25 +0200
commit7414733beac92ce8ba365def592d0363fb24872c (patch)
tree2f019cb47d37a9a52481bf2aa722ca1ac4e5ce3b /src/main.cpp
parent96f34cd5c4d76459917b29b15aa9f4b7e2a6cec1 (diff)
Make an invalid addrIncoming so that old clients crash.
This prevents old clients from opening, and thus corrupting or otherwise causing harm to encrypted wallets.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 53cdab175a..6e973493a2 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -55,7 +55,6 @@ int64 nHPSTimerStart;
// Settings
int fGenerateBitcoins = false;
int64 nTransactionFee = 0;
-CAddress addrIncoming;
int fLimitProcessors = false;
int nLimitProcessors = 1;
int fMinimizeToTray = true;