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

Synopsis

Declared in <chain.h>

CBlockIndex(CBlockIndex&& other) = delete;

Parameters

Name

Description

other

The object to move construct from

Created with MrDocs