Skip to content

Commit 5105ecb

Browse files
authored
Update crates/evm/src/block/error.rs
1 parent eef6aeb commit 5105ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/evm/src/block/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pub enum BlockValidationError {
8282
/// Error when block's total gas used exceeds the block gas limit
8383
///
8484
/// [EIP-8037]: https://eips.ethereum.org/EIPS/eip-8037
85-
#[error("block gas used exceeds block gas limit")]
85+
#[error("block gas used exceeds block gas limit")]
8686
BlockGasExceeded,
8787
/// Arbitrary Block validation errors.
8888
#[error(transparent)]

0 commit comments

Comments
 (0)