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

Name

Description

pindex

The block whose version is tested.

Created with MrDocs