mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-07 00:40:34 +02: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