Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
class SSLVerifyError : public std::runtime_error
23
{
24
public:
25
explicit SSLVerifyError(std::string err) : std::runtime_error(err) { }
26
};
27
28
bool PaymentRequestPlus::parse(const QByteArray& data)
29
{
Callers
1
getMerchant
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected