Function validate_shanghai_withdrawals

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

Validate that withdrawals are present in Shanghai

See EIP-4895: Beacon chain push withdrawals as operations