Maximum block weight, defaults to ‐maxblockweight
Synopsis
Declared in <node/mining_types.h>
std::optional<uint64_t> block_max_weight = {};
Description
Must not be lower than block_reserved_weight. Setting this equal to block_reserved_weight leaves no room for non‐coinbase transactions.
Created with MrDocs