Function validate_cancun_gas
pub fn validate_cancun_gas<B>(
block: &SealedBlock<B>,
) -> Result<(), ConsensusError>where
B: Block,
Expand description
Validate that blob gas is present in the block if Cancun is active.
See EIP-4844: Shard Blob Transactions