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