Skip to main content

MAX_BLOCK_WEIGHT

Constant MAX_BLOCK_WEIGHT 

Source
pub const MAX_BLOCK_WEIGHT: usize = 4_000_000; // 4_000_000usize
Expand description

Maximum block weight in weight units (network rule, BIP141) Weight = (stripped_size × 4) + witness_size This is the primary limit for SegWit blocks