mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-07 11:47:27 -04:00
History: print address book description if available
This commit is contained in:
@@ -68,3 +68,8 @@ quint64 AddressBook::count() const
|
||||
{
|
||||
return m_rows.size();
|
||||
}
|
||||
|
||||
int AddressBook::lookupPaymentID(const QString &payment_id) const
|
||||
{
|
||||
return m_addressBookImpl->lookupPaymentID(payment_id.toStdString());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user