diff options
| author | Matt Corallo <[email protected]> | 2011-07-10 16:07:22 +0200 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2011-07-13 02:11:25 +0200 |
| commit | 7414733beac92ce8ba365def592d0363fb24872c (patch) | |
| tree | 2f019cb47d37a9a52481bf2aa722ca1ac4e5ce3b /src/main.h | |
| parent | Use DB Transactions when encrypting wallet. (diff) | |
| download | discoin-7414733beac92ce8ba365def592d0363fb24872c.tar.xz discoin-7414733beac92ce8ba365def592d0363fb24872c.zip | |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index aa74ac5ab..0757ef50a 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; |