| 90 | bool CAlert::IsNull() const { return (nExpiration == 0); } |
| 91 | |
| 92 | uint256 CAlert::GetHash() const { return Hash(this->vchMsg.begin(), this->vchMsg.end()); } |
| 93 | |
| 94 | bool CAlert::IsInEffect() const { return (GetAdjustedTime() < nExpiration); } |
| 95 |
no test coverage detected