MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / SSLVerifyError

Class SSLVerifyError

src/qt/paymentrequestplus.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include <QSslCertificate>
21
22class SSLVerifyError : public std::runtime_error
23{
24public:
25 explicit SSLVerifyError(std::string err) : std::runtime_error(err) { }
26};
27
28bool PaymentRequestPlus::parse(const QByteArray& data)
29{

Callers 1

getMerchantMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected