mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Check that excess_blob_gas is a multiple of data_gas_per_blob (#7160)
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user