From 71ac5052d83fcba21a09e5e2b7ad66faea6bd42a Mon Sep 17 00:00:00 2001 From: Gregory Maxwell Date: Fri, 23 Aug 2013 12:54:50 -0700 Subject: Remove fAllowReuse from GetKeyFromPool. With the GUI password fix this was always false. --- src/wallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet.h') 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& setAddress) const; -- cgit v1.2.3