From c4ea501e96363e937200bc97b8e2d78162bdb699 Mon Sep 17 00:00:00 2001 From: Emil Engler Date: Mon, 13 Jan 2020 19:50:44 +0100 Subject: qt: Hide non PKHash-Addresses in signing address book --- src/qt/walletmodel.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/qt/walletmodel.cpp') diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index fb92e29f21..9909810e06 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -563,3 +563,8 @@ bool WalletModel::isMultiwallet() { return m_node.getWallets().size() > 1; } + +void WalletModel::refresh(bool pk_hash_only) +{ + addressTableModel = new AddressTableModel(this, pk_hash_only); +} -- cgit v1.2.3