mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
qt: Hide non PKHash-Addresses in signing address book
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user