mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
refactor: Drop ::HasWallets()
This commit is contained in:
parent
f154071ec8
commit
ccf1f6ea24
3 changed files with 1 additions and 8 deletions
|
|
@ -77,12 +77,6 @@ bool RemoveWallet(const std::shared_ptr<CWallet>& wallet)
|
|||
return true;
|
||||
}
|
||||
|
||||
bool HasWallets()
|
||||
{
|
||||
LOCK(cs_wallets);
|
||||
return !vpwallets.empty();
|
||||
}
|
||||
|
||||
std::vector<std::shared_ptr<CWallet>> GetWallets()
|
||||
{
|
||||
LOCK(cs_wallets);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue