MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / AppliesToMe

Method AppliesToMe

src/alert.cpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109bool CAlert::AppliesToMe() const {
110 return AppliesTo(PROTOCOL_VERSION, FormatSubVersion(CLIENT_NAME, CLIENT_VERSION, vector<string>()));
111}
112
113bool CAlert::RelayTo(CNode* pNode) const {
114 if (!IsInEffect())

Callers 1

GetWarningsFunction · 0.80

Calls 1

FormatSubVersionFunction · 0.85

Tested by

no test coverage detected