MCPcopy Create free account
hub / github.com/LUX-Core/lux / SSLVerifyError

Class SSLVerifyError

src/qt/paymentrequestplus.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22using namespace std;
23
24class SSLVerifyError : public std::runtime_error
25{
26public:
27 SSLVerifyError(std::string err) : std::runtime_error(err) {}
28};
29
30bool PaymentRequestPlus::parse(const QByteArray& data)
31{

Callers 1

getMerchantMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected