Outcome of disconnecting a block from the UTXO set.
Synopsis
Declared in <validation.h>
enum DisconnectResult;
Members
Name |
Description |
|
All good. |
|
Rolled back, but UTXO set was inconsistent with block. |
|
Something else went wrong. |
Created with MrDocs