Find the last common block of this chain and a locator.

Synopsis

Declared in <validation.h>

[[requires_capability(0x7fbc8fb66b18), requires_capability(0x7fbc96bff188), requires_capability(0x7fbcaf5d6598), requires_capability(0x7fbc9e0dcd68)]]
CBlockIndex const*
FindForkInGlobalIndex(CBlockLocator const& locator) const;

Return Value

The most recent block index entry common to both chains.

Parameters

Name

Description

locator

Block locator describing the other chain.

Created with MrDocs