![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
#include <mining_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... | |
Definition at line 115 of file mining_types.h.
| bool node::BlockCheckOptions::check_merkle_root {true} |
Set false to omit the merkle root check.
Definition at line 119 of file mining_types.h.
| bool node::BlockCheckOptions::check_pow {true} |
Set false to omit the proof-of-work check.
Definition at line 124 of file mining_types.h.