chore: replace revm_utils with alloy_evm helpers (#17046)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Femi Bankole
2025-06-26 16:28:16 +01:00
committed by GitHub
parent 8aeaa4ef35
commit 0e832c2c30
11 changed files with 76 additions and 265 deletions

View File

@@ -191,7 +191,7 @@ where
}
}
let result = self.precompile.call(input.clone());
let result = self.precompile.call(input);
match &result {
Ok(output) => {