CBlockIndex::CBlockIndex

Move construction is deleted to avoid accidental copies of block index entries.

Synopsis

Declared in <chain.h>

CBlockIndex(CBlockIndex&& other) = delete;

Parameters

NameDescription
otherThe object to move construct from