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

Method IsInEffect

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

Source from the content-addressed store, hash-verified

92uint256 CAlert::GetHash() const { return Hash(this->vchMsg.begin(), this->vchMsg.end()); }
93
94bool CAlert::IsInEffect() const { return (GetAdjustedTime() < nExpiration); }
95
96bool CAlert::Cancels(const CAlert& alert) const {
97 if (!IsInEffect())

Callers 1

ProcessAlertMethod · 0.80

Calls 1

GetAdjustedTimeFunction · 0.85

Tested by

no test coverage detected