[Qt] remove dup lock that is done in SetAddressBook()

This commit is contained in:
Philip Kaufmann 2014-11-18 08:46:03 +01:00
parent 1ec753f734
commit 2284ccbd13
1 changed files with 0 additions and 1 deletions

View File

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