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

Method AppliesToMe

src/alert.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124bool CAlert::AppliesToMe() const
125{
126 return AppliesTo(PROTOCOL_VERSION, FormatSubVersion(CLIENT_NAME, CLIENT_VERSION, std::vector<std::string>()));
127}
128
129bool CAlert::RelayTo(CNode* pnode) const
130{

Callers 1

GetWarningsFunction · 0.80

Calls 1

FormatSubVersionFunction · 0.85

Tested by

no test coverage detected