[#MAX_BLOCK_WEIGHT] = MAX_BLOCK_WEIGHT :mrdocs: The maximum allowed weight for a block, see BIP 141 (network rule) == Synopsis Declared in `<consensus/consensus.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr unsigned int MAX_BLOCK_WEIGHT = {4'000'000}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#