chore: lint

This commit is contained in:
sprites0
2025-07-19 21:21:59 +00:00
parent 736e0da620
commit 209a806c83
3 changed files with 5 additions and 3 deletions

View File

@ -112,7 +112,8 @@ where
) -> Result<ResultAndState<Self::HaltReason>, Self::Error> {
// NOTE: This is used for block traces.
// Per hyper-evm-sync, HyperEVM doesn't seem to call this method, so
// - we just return a success result with no changes, which gives the same semantics as HyperEVM.
// - we just return a success result with no changes, which gives the same semantics as
// HyperEVM.
// - In a long term (ideally), consider implementing SystemCaller.
Ok(ResultAndState::new(
ExecutionResult::Success {