Bitcoin ABC 0.32.4
P2P Digital Currency
Public Attributes | List of all members
node::BlockAssembler::Options Struct Reference

#include <miner.h>

Public Attributes

bool fPrintPriority {DEFAULT_PRINTPRIORITY}
 
bool test_block_validity {true}
 
bool add_finalized_txs {false}
 

Detailed Description

Definition at line 76 of file miner.h.

Member Data Documentation

◆ add_finalized_txs

bool node::BlockAssembler::Options::add_finalized_txs {false}

Definition at line 79 of file miner.h.

◆ fPrintPriority

bool node::BlockAssembler::Options::fPrintPriority {DEFAULT_PRINTPRIORITY}

Definition at line 77 of file miner.h.

◆ test_block_validity

bool node::BlockAssembler::Options::test_block_validity {true}

Definition at line 78 of file miner.h.


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