pub fn ensure_withdrawals_storage_root_is_some<H>(
header: H,
) -> Result<(), OpConsensusError>where
H: BlockHeader,Available on crate feature
consensus only.Expand description
Verifies that withdrawals_root (i.e. l2tol1-msg-passer storage root since Isthmus) field is
set in block header.