forked from Public/monero-gui
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