[#node-BlockCheckOptions] = xref:node.adoc[node]::BlockCheckOptions :relfileprefix: ../ :mrdocs: Options controlling which checks a block‐template validity check performs. == Synopsis Declared in `<node/mining_types.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct BlockCheckOptions; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:node/BlockCheckOptions/check_merkle_root.adoc[`check_merkle_root`] | Set false to omit the merkle root check | xref:node/BlockCheckOptions/check_pow.adoc[`check_pow`] | Set false to omit the proof‐of‐work check |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#