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.cpp | |
| 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.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 53cdab175..6e973493a 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; |