wallet: Add lock annotation for mapAddressBook

This commit is contained in:
MarcoFalke
2019-02-07 14:46:08 -05:00
parent 72d34c0edc
commit faa46475d7
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