aboutsummaryrefslogtreecommitdiff
path: root/src/qt/addresstablemodel.h
diff options
context:
space:
mode:
authorEmil Engler <me@emilengler.com>2020-01-13 19:50:44 +0100
committerEmil Engler <me@emilengler.com>2020-01-18 09:00:40 +0100
commitc4ea501e96363e937200bc97b8e2d78162bdb699 (patch)
tree06eaaff12260b7ed84cc8dfecc2d78ce4091a7a9 /src/qt/addresstablemodel.h
parent2ed74a43a05a47129d56117deeb489addbcaf05f (diff)
downloadbitcoin-c4ea501e96363e937200bc97b8e2d78162bdb699.tar.xz
qt: Hide non PKHash-Addresses in signing address book
Diffstat (limited to 'src/qt/addresstablemodel.h')
-rw-r--r--src/qt/addresstablemodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/addresstablemodel.h b/src/qt/addresstablemodel.h
index 035f3e0571..af4f234d5e 100644
--- a/src/qt/addresstablemodel.h
+++ b/src/qt/addresstablemodel.h
@@ -25,7 +25,7 @@ class AddressTableModel : public QAbstractTableModel
Q_OBJECT
public:
- explicit AddressTableModel(WalletModel *parent = nullptr);
+ explicit AddressTableModel(WalletModel *parent = nullptr, bool pk_hash_only = false);
~AddressTableModel();
enum ColumnIndex {