aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
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.h
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.h')
-rw-r--r--src/main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index aa74ac5ab3..0757ef50ab 100644
--- a/src/main.h
+++ b/src/main.h
@@ -68,7 +68,6 @@ extern std::set<CWallet*> setpwalletRegistered;
// Settings
extern int fGenerateBitcoins;
extern int64 nTransactionFee;
-extern CAddress addrIncoming;
extern int fLimitProcessors;
extern int nLimitProcessors;
extern int fMinimizeToTray;