mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 23:03:45 +01:00
refactor: Drop ::HasWallets()
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user