Skip to content

Commit 2284ccb

Browse files
author
Philip Kaufmann
committed
[Qt] remove dup lock that is done in SetAddressBook()
1 parent 1ec753f commit 2284ccb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/qt/paymentserver.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,6 @@ void PaymentServer::fetchPaymentACK(CWallet* wallet, SendCoinsRecipient recipien
628628
else {
629629
CPubKey newKey;
630630
if (wallet->GetKeyFromPool(newKey)) {
631-
LOCK(wallet->cs_wallet); // SetAddressBook
632631
CKeyID keyID = newKey.GetID();
633632
wallet->SetAddressBook(keyID, strAccount, "refund");
634633

0 commit comments

Comments
 (0)