Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
bool | DeploymentActiveAfter (const CBlockIndex *pindexPrev, const Consensus::Params ¶ms, Consensus::BuriedDeployment dep) |
Determine if a deployment is active for the next block. More... | |
bool | DeploymentActiveAt (const CBlockIndex &index, const Consensus::Params ¶ms, Consensus::BuriedDeployment dep) |
Determine if a deployment is active for this block. More... | |
|
inline |
Determine if a deployment is active for the next block.
Definition at line 13 of file deploymentstatus.h.
|
inline |
Determine if a deployment is active for this block.
Definition at line 22 of file deploymentstatus.h.