Skip to content

Commit 9c3feff

Browse files
authored
chore(deps): bump revm v27.1.0 (#11079)
1 parent 3a11020 commit 9c3feff

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

Cargo.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/anvil/src/evm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ mod tests {
8585
/// Custom precompile that echoes the input data.
8686
/// In this example it uses `0xdeadbeef` as the input data, returning it as output.
8787
fn custom_echo_precompile(input: &[u8], _gas_limit: u64) -> PrecompileResult {
88-
Ok(PrecompileOutput { bytes: Bytes::copy_from_slice(input), gas_used: 0 })
88+
Ok(PrecompileOutput { bytes: Bytes::copy_from_slice(input), gas_used: 0, reverted: false })
8989
}
9090

9191
/// Creates a new EVM instance with the custom precompile factory.

0 commit comments

Comments
 (0)