Check that excess_blob_gas is a multiple of data_gas_per_blob (#7160)

This commit is contained in:
Justin Traglia
2024-03-15 11:46:12 -05:00
committed by GitHub
parent 52d49832d9
commit 94954593ef
4 changed files with 28 additions and 10 deletions

View File

@ -28,8 +28,8 @@ use std::{
time::Instant,
};
/// A chain if the blockchain tree, that has functionality to execute blocks and append them to the
/// it self.
/// A chain in the blockchain tree that has functionality to execute blocks and append them to
/// itself.
#[derive(Clone, Debug, Default, PartialEq, Eq)]
pub struct AppendableChain {
chain: Chain,