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