mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: replace revm_utils with alloy_evm helpers (#17046)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@@ -191,7 +191,7 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
let result = self.precompile.call(input.clone());
|
||||
let result = self.precompile.call(input);
|
||||
|
||||
match &result {
|
||||
Ok(output) => {
|
||||
|
||||
Reference in New Issue
Block a user