Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ isMultiwallet
Method
isMultiwallet
src/qt/walletmodel.cpp:579–582 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
577
}
578
579
bool WalletModel::isMultiwallet()
580
{
581
return m_node.getWallets().size() > 1;
582
}
Callers
2
update
Method · 0.80
on_sendButton_clicked
Method · 0.80
Calls
2
getWallets
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected