aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2013-08-23 12:54:50 -0700
committerGregory Maxwell <greg@xiph.org>2013-08-23 12:54:50 -0700
commit71ac5052d83fcba21a09e5e2b7ad66faea6bd42a (patch)
tree45c6cf793ee33237699ed83d8cd12d8fdefb4a6f /src/wallet.h
parent20469d83dd2fd7d8efacf94f017b926be7c92e63 (diff)
downloadbitcoin-71ac5052d83fcba21a09e5e2b7ad66faea6bd42a.tar.xz
Remove fAllowReuse from GetKeyFromPool.
With the GUI password fix this was always false.
Diffstat (limited to 'src/wallet.h')
-rw-r--r--src/wallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.h b/src/wallet.h
index d47416d272..d61548433e 100644
--- a/src/wallet.h
+++ b/src/wallet.h
@@ -220,7 +220,7 @@ public:
void ReserveKeyFromKeyPool(int64& nIndex, CKeyPool& keypool);
void KeepKey(int64 nIndex);
void ReturnKey(int64 nIndex);
- bool GetKeyFromPool(CPubKey &key, bool fAllowReuse=true);
+ bool GetKeyFromPool(CPubKey &key);
int64 GetOldestKeyPoolTime();
void GetAllReserveKeys(std::set<CKeyID>& setAddress) const;