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