|
|
@ -548,6 +548,7 @@ void PaymentServer::fetchPaymentACK(CWallet* wallet, SendCoinsRecipient recipien |
|
|
|
else { |
|
|
|
else { |
|
|
|
CPubKey newKey; |
|
|
|
CPubKey newKey; |
|
|
|
if (wallet->GetKeyFromPool(newKey)) { |
|
|
|
if (wallet->GetKeyFromPool(newKey)) { |
|
|
|
|
|
|
|
LOCK(wallet->cs_wallet); // SetAddressBook
|
|
|
|
CKeyID keyID = newKey.GetID(); |
|
|
|
CKeyID keyID = newKey.GetID(); |
|
|
|
wallet->SetAddressBook(keyID, strAccount, "refund"); |
|
|
|
wallet->SetAddressBook(keyID, strAccount, "refund"); |
|
|
|
|
|
|
|
|
|
|
|