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