Outcome of verifying the consistency of the block and coin databases.
Synopsis
Declared in <validation.h>
enum class VerifyDBResult : int;
Members
Name |
Description |
|
Verification completed and the databases are consistent. |
|
The block database was found to be corrupted. |
|
Verification was interrupted before completion. |
|
Level‐3 checks were skipped (e.g. insufficient disk). |
|
Verification was skipped because required blocks were missing (e.g. pruned). |
Created with MrDocs