#include <types.h>
|
| bool | check_merkle_root {true} |
| | Set false to omit the merkle root check.
|
| bool | check_pow {true} |
| | Set false to omit the proof-of-work check.
|
Definition at line 102 of file types.h.
◆ check_merkle_root
| bool node::BlockCheckOptions::check_merkle_root {true} |
Set false to omit the merkle root check.
Definition at line 106 of file types.h.
◆ check_pow
| bool node::BlockCheckOptions::check_pow {true} |
Set false to omit the proof-of-work check.
Definition at line 111 of file types.h.
The documentation for this struct was generated from the following file: