aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2011-06-26 02:37:52 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2011-06-26 02:37:52 +0200
commitd3800d59d557388b813513ef16f6b840467821d4 (patch)
tree6a106e5badc30d610bb643e40080232270f6b063 /src/wallet.h
parentc774b1697690c3f94ccd79c5de660b6050ac6409 (diff)
downloadbitcoin-d3800d59d557388b813513ef16f6b840467821d4.tar.xz
Fix segfault when creating new wallet
The initialization of the default key used keyUser instead of vchDefaultKey. keyUser is now complete removed.
Diffstat (limited to 'src/wallet.h')
-rw-r--r--src/wallet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet.h b/src/wallet.h
index cda4293bd2..b069d31ce9 100644
--- a/src/wallet.h
+++ b/src/wallet.h
@@ -47,7 +47,6 @@ public:
mutable CCriticalSection cs_mapAddressBook;
std::vector<unsigned char> vchDefaultKey;
- CKey keyUser;
bool AddKey(const CKey& key);
bool AddToWallet(const CWalletTx& wtxIn);