Remove fAllowReuse from GetKeyFromPool.

With the GUI password fix this was always false.
This commit is contained in:
Gregory Maxwell
2013-08-23 12:54:50 -07:00
parent 20469d83dd
commit 71ac5052d8
6 changed files with 9 additions and 14 deletions

View File

@@ -531,7 +531,7 @@ PaymentServer::fetchPaymentACK(CWallet* wallet, SendCoinsRecipient recipient, QB
}
else {
CPubKey newKey;
if (wallet->GetKeyFromPool(newKey, false)) {
if (wallet->GetKeyFromPool(newKey)) {
CKeyID keyID = newKey.GetID();
wallet->SetAddressBook(keyID, strAccount, "refund");