Bitcoin Core 29.99.0
P2P Digital Currency
Public Attributes | List of all members
node::BlockCheckOptions Struct Reference

#include <types.h>

Public Attributes

bool check_merkle_root {true}
 Set false to omit the merkle root check. More...
 
bool check_pow {true}
 Set false to omit the proof-of-work check. More...
 

Detailed Description

Definition at line 89 of file types.h.

Member Data Documentation

◆ check_merkle_root

bool node::BlockCheckOptions::check_merkle_root {true}

Set false to omit the merkle root check.

Definition at line 93 of file types.h.

◆ check_pow

bool node::BlockCheckOptions::check_pow {true}

Set false to omit the proof-of-work check.

Definition at line 98 of file types.h.


The documentation for this struct was generated from the following file: