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