Outcome of attempting to complete validation of an assumeutxo snapshot.
Synopsis
Declared in <validation.h>
enum class SnapshotCompletionResult : int;
Members
Name |
Description |
|
The snapshot was validated successfully. |
|
Snapshot validation was skipped (e.g. no snapshot in use). |
|
Expected assumeutxo configuration data was not found for the base block height. |
|
Failed to generate UTXO statistics for the validated chainstate. |
|
The validated chainstate's UTXO set hash did not match the expected assumeutxo hash. |
Created with MrDocs