Chainstate assumeutxo validity.
Synopsis
Declared in <validation.h>
enum class Assumeutxo : int;
Members
Name |
Description |
|
Every block in the chain has been validated. |
|
Blocks after an assumeutxo snapshot have been validated but the snapshot itself has not been validated. |
|
The assumeutxo snapshot failed validation. |
Created with MrDocs