VersionBitsConditionChecker::Condition

Returns whether the block's version signals this deployment's bit.

Synopsis

Declared in <versionbits_impl.h>

virtual
bool
Condition(CBlockIndex const* pindex) const override;

Return Value

true if the block's version signals this deployment's bit.

Parameters

NameDescription
pindexThe block whose version is tested.