mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
wallet: Add lock annotation for mapAddressBook
This commit is contained in:
parent
72d34c0edc
commit
faa46475d7
7 changed files with 13 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue