Outcome of disconnecting a block from the UTXO set.

Synopsis

Declared in <validation.h>

enum DisconnectResult;

Members

Name

Description

DISCONNECT_OK

All good.

DISCONNECT_UNCLEAN

Rolled back, but UTXO set was inconsistent with block.

DISCONNECT_FAILED

Something else went wrong.

Created with MrDocs