6171e49 [Qt] Use identical strings for expired payment request message (Philip Kaufmann)
06087bd [Qt] minor comment updates in PaymentServer (Philip Kaufmann)
35d1595 [Qt] constify first parameter of processPaymentRequest() (Philip Kaufmann)
9b14aef [Qt] take care of a missing typecast in PaymentRequestPlus::getMerchant() (Philip Kaufmann)
d19ae3c [Qt] remove unused PaymentRequestPlus::getPKIType function (Philip Kaufmann)
6e17a74 [Qt] paymentserver: better logging of invalid certs (Philip Kaufmann)
5a53d7c [Qt] paymentserver: do not log NULL certificates (Philip Kaufmann)
qDebug()<<"ReportInvalidCertificate: Payment server found an invalid certificate: "<<cert.subjectInfo(QSslCertificate::CommonName);
#if QT_VERSION < 0x050000
qDebug()<<QString("%1: Payment server found an invalid certificate: ").arg(__func__)<<cert.serialNumber()<<cert.subjectInfo(QSslCertificate::CommonName)<<cert.subjectInfo(QSslCertificate::OrganizationalUnitName);
#else
qDebug()<<QString("%1: Payment server found an invalid certificate: ").arg(__func__)<<cert.serialNumber()<<cert.subjectInfo(QSslCertificate::CommonName)<<cert.subjectInfo(QSslCertificate::DistinguishedNameQualifier)<<cert.subjectInfo(QSslCertificate::OrganizationalUnitName);
msgParams.first=tr("A fee higher than %1 is considered an absurdly high fee.").arg(BitcoinUnits::formatWithUnit(model->getOptionsModel()->getDisplayUnit(),10000000));
msgParams.first=tr("A fee higher than %1 is considered an absurdly high fee.").arg(BitcoinUnits::formatWithUnit(model->getOptionsModel()->getDisplayUnit(),10000000));