AbstractThresholdConditionChecker::Condition

Returns whether the deployment's condition is met for a block.

Synopsis

Declared in <versionbits_impl.h>

virtual
bool
Condition(CBlockIndex const* pindex) const = 0;

Return Value

true if the block satisfies the deployment's condition.

Parameters

NameDescription
pindexThe block to test the condition for.