mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-06 16:27:26 -04:00
Merge pull request #3439
51ece5f Wallet: drop unused paymentId property (xiphon)
This commit is contained in:
@@ -746,16 +746,6 @@ QString Wallet::integratedAddress(const QString &paymentId) const
|
||||
return QString::fromStdString(m_walletImpl->integratedAddress(paymentId.toStdString()));
|
||||
}
|
||||
|
||||
QString Wallet::paymentId() const
|
||||
{
|
||||
return m_paymentId;
|
||||
}
|
||||
|
||||
void Wallet::setPaymentId(const QString &paymentId)
|
||||
{
|
||||
m_paymentId = paymentId;
|
||||
}
|
||||
|
||||
QString Wallet::getCacheAttribute(const QString &key) const {
|
||||
return QString::fromStdString(m_walletImpl->getCacheAttribute(key.toStdString()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user