Wallet: drop unused paymentId property

This commit is contained in:
xiphon
2021-04-25 00:05:15 +00:00
parent 02ae14fd6b
commit 51ece5fd00
2 changed files with 0 additions and 17 deletions

View File

@@ -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()));
}