MCPcopy 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
637void WalletModel::refresh(bool pk_hash_only)
638{
639 addressTableModel = new AddressTableModel(this, pk_hash_only);
640}
641
642uint256 WalletModel::getLastBlockProcessed() const
643{

Callers 5

loopFunction · 0.45
updateBanlistMethod · 0.45
banSelectedNodeMethod · 0.45
unbanSelectedNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected