mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-19 12:10:19 +01:00
refactor: Rename getWallets to getOpenWallets in WalletController
This commit is contained in:
@@ -40,7 +40,7 @@ WalletController::~WalletController()
|
||||
m_activity_thread.wait();
|
||||
}
|
||||
|
||||
std::vector<WalletModel*> WalletController::getWallets() const
|
||||
std::vector<WalletModel*> WalletController::getOpenWallets() const
|
||||
{
|
||||
QMutexLocker locker(&m_mutex);
|
||||
return m_wallets;
|
||||
|
||||
Reference in New Issue
Block a user