DisconnectResult

Outcome of disconnecting a block from the UTXO set.

Synopsis

Declared in <validation.h>

enum DisconnectResult;

Members

NameDescription
DISCONNECT_OK All good.
DISCONNECT_UNCLEAN Rolled back, but UTXO set was inconsistent with block.
DISCONNECT_FAILED Something else went wrong.