Skip to content

Commit d19ae3c

Browse files
author
Philip Kaufmann
committed
[Qt] remove unused PaymentRequestPlus::getPKIType function
1 parent 6e17a74 commit d19ae3c

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/qt/paymentrequestplus.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@ bool PaymentRequestPlus::IsInitialized() const
5959
return paymentRequest.IsInitialized();
6060
}
6161

62-
QString PaymentRequestPlus::getPKIType() const
63-
{
64-
if (!IsInitialized()) return QString("none");
65-
return QString::fromStdString(paymentRequest.pki_type());
66-
}
67-
6862
bool PaymentRequestPlus::getMerchant(X509_STORE* certStore, QString& merchant) const
6963
{
7064
merchant.clear();

src/qt/paymentrequestplus.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class PaymentRequestPlus
2929
bool SerializeToString(std::string* output) const;
3030

3131
bool IsInitialized() const;
32-
QString getPKIType() const;
3332
// Returns true if merchant's identity is authenticated, and
3433
// returns human-readable merchant identity in merchant
3534
bool getMerchant(X509_STORE* certStore, QString& merchant) const;

0 commit comments

Comments
 (0)