Reason a block failed validation, mirroring btck_BlockValidationResult.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
enum class BlockValidationResult : btck_BlockValidationResult;
Members
Name |
Description |
|
No result recorded. |
|
Invalid by consensus rules. |
|
Already known to be invalid. |
|
The block header is invalid. |
|
The block payload was mutated (bad Merkle root). |
|
The previous block is not available. |
|
The previous block is invalid. |
|
The block timestamp is too far in the future. |
|
The header chain has insufficient proof of work. |
Created with MrDocs