mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
[Qt] remove unused PaymentRequestPlus::getPKIType function
This commit is contained in:
parent
6e17a74766
commit
d19ae3cf66
2 changed files with 0 additions and 7 deletions
|
|
@ -59,12 +59,6 @@ bool PaymentRequestPlus::IsInitialized() const
|
|||
return paymentRequest.IsInitialized();
|
||||
}
|
||||
|
||||
QString PaymentRequestPlus::getPKIType() const
|
||||
{
|
||||
if (!IsInitialized()) return QString("none");
|
||||
return QString::fromStdString(paymentRequest.pki_type());
|
||||
}
|
||||
|
||||
bool PaymentRequestPlus::getMerchant(X509_STORE* certStore, QString& merchant) const
|
||||
{
|
||||
merchant.clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue