wallet: Add lock annotation for mapAddressBook

This commit is contained in:
MarcoFalke 2019-02-07 14:46:08 -05:00
parent 72d34c0edc
commit faa46475d7
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
7 changed files with 13 additions and 13 deletions

View file

@ -212,6 +212,7 @@ public:
}
std::vector<std::string> getDestValues(const std::string& prefix) override
{
LOCK(m_wallet.cs_wallet);
return m_wallet.GetDestValues(prefix);
}
void lockCoin(const COutPoint& output) override