Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Update crates/evm/src/instructions/system_operations.cairo
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu <60658558+enitrat@users.noreply.github.com>
  • Loading branch information
greged93 and enitrat authored Oct 24, 2023
1 parent 7a357c0 commit 42b832a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/evm/src/instructions/system_operations.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ impl SystemOperations of SystemOperationsTrait {
/// CALL
/// # Specification: https://www.evm.codes/#f1?fork=shanghai
fn exec_call(ref self: Machine) -> Result<(), EVMError> {
// Prepare the call arguments with with_value = true for a call.
let call_args = self.prepare_call(true)?;
let read_only = self.read_only();
let value = call_args.value;
Expand Down

0 comments on commit 42b832a

Please sign in to comment.