Function validate_shanghai_withdrawals

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

Validate that withdrawals are present in Shanghai

See EIP-4895: Beacon chain push withdrawals as operations