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

#include <miner.h>

Collaboration diagram for node::BlockAssembler::Options:
[legend]

Public Attributes

size_t nBlockMaxWeight {DEFAULT_BLOCK_MAX_WEIGHT}
 
CFeeRate blockMinFeeRate {DEFAULT_BLOCK_MIN_TX_FEE}
 
bool test_block_validity {true}
 

Detailed Description

Definition at line 156 of file miner.h.

Member Data Documentation

◆ blockMinFeeRate

CFeeRate node::BlockAssembler::Options::blockMinFeeRate {DEFAULT_BLOCK_MIN_TX_FEE}

Definition at line 159 of file miner.h.

◆ nBlockMaxWeight

size_t node::BlockAssembler::Options::nBlockMaxWeight {DEFAULT_BLOCK_MAX_WEIGHT}

Definition at line 158 of file miner.h.

◆ test_block_validity

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

Definition at line 161 of file miner.h.


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