diff options
| author | Gavin Andresen <[email protected]> | 2013-10-30 15:42:31 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-10-30 15:42:31 -0700 |
| commit | ef4b518aead6c77a1cc8875a33fd116235a21d6b (patch) | |
| tree | ecefda8d6e6317044addc7a5c0991bac55454216 /src/qt/paymentrequestplus.cpp | |
| parent | Merge pull request #3160 from Diapolo/walletview (diff) | |
| parent | re-work -debug switch handling (diff) | |
| download | discoin-ef4b518aead6c77a1cc8875a33fd116235a21d6b.tar.xz discoin-ef4b518aead6c77a1cc8875a33fd116235a21d6b.zip | |
Merge pull request #3067 from Diapolo/debug-switch
re-work -debug switch handling
Diffstat (limited to 'src/qt/paymentrequestplus.cpp')
| -rw-r--r-- | src/qt/paymentrequestplus.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qt/paymentrequestplus.cpp b/src/qt/paymentrequestplus.cpp index f6a898ff7..c8afd837d 100644 --- a/src/qt/paymentrequestplus.cpp +++ b/src/qt/paymentrequestplus.cpp @@ -75,8 +75,7 @@ bool PaymentRequestPlus::getMerchant(X509_STORE* certStore, QString& merchant) c digestAlgorithm = EVP_sha1(); } else if (paymentRequest.pki_type() == "none") { - if (fDebug) - qDebug() << "PaymentRequestPlus::getMerchant : Payment request: pki_type == none"; + qDebug() << "PaymentRequestPlus::getMerchant : Payment request: pki_type == none"; return false; } else { |