Remove fAllowReuse from GetKeyFromPool.
With the GUI password fix this was always false.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user