pub fn ensure_empty_withdrawals_root<H>(
header: &H,
) -> Result<(), ConsensusError>where
H: BlockHeader,Available on crate feature
consensus only.Expand description
Verifies that withdrawals root in block header (Shanghai) is always EMPTY_ROOT_HASH in
Canyon.