diff options
| author | Philip Kaufmann <[email protected]> | 2014-11-18 08:46:03 +0100 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2014-12-08 16:08:59 +0100 |
| commit | 2284ccbd13f145e913e2a77ba5ddd04d995bce14 (patch) | |
| tree | 3c7a60f8b99d7e3f5e19ef8f5db6d4e102af2e93 /src/qt/paymentserver.cpp | |
| parent | [Qt] ensure socket is set to NULL in PaymentServer::ipcSendCommandLine (diff) | |
| download | discoin-2284ccbd13f145e913e2a77ba5ddd04d995bce14.tar.xz discoin-2284ccbd13f145e913e2a77ba5ddd04d995bce14.zip | |
[Qt] remove dup lock that is done in SetAddressBook()
Diffstat (limited to 'src/qt/paymentserver.cpp')
| -rw-r--r-- | src/qt/paymentserver.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/paymentserver.cpp b/src/qt/paymentserver.cpp index c65c98070..95f793755 100644 --- a/src/qt/paymentserver.cpp +++ b/src/qt/paymentserver.cpp @@ -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"); |