Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ refresh
Method
refresh
src/qt/walletmodel.cpp:637–640 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
635
}
636
637
void WalletModel::refresh(bool pk_hash_only)
638
{
639
addressTableModel = new AddressTableModel(this, pk_hash_only);
640
}
641
642
uint256 WalletModel::getLastBlockProcessed() const
643
{
Callers
5
loop
Function · 0.45
updateBanlist
Method · 0.45
on_addressBookButton_SM_clicked
Method · 0.45
banSelectedNode
Method · 0.45
unbanSelectedNode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected