Function validate_shanghai_withdrawals

pub fn validate_shanghai_withdrawals<H, B>(
    block: &SealedBlock<H, B>,
) -> Result<(), ConsensusError>
where H: BlockHeader, B: BlockBody,
Expand description

Validate that withdrawals are present in Shanghai

See EIP-4895: Beacon chain push withdrawals as operations