We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef6aeb commit 5105ecbCopy full SHA for 5105ecb
1 file changed
crates/evm/src/block/error.rs
@@ -82,7 +82,7 @@ pub enum BlockValidationError {
82
/// Error when block's total gas used exceeds the block gas limit
83
///
84
/// [EIP-8037]: https://eips.ethereum.org/EIPS/eip-8037
85
- #[error("block gas used exceeds block gas limit")]
+ #[error("block gas used exceeds block gas limit")]
86
BlockGasExceeded,
87
/// Arbitrary Block validation errors.
88
#[error(transparent)]
0 commit comments