mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
qt: Hide non PKHash-Addresses in signing address book
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user