Skip to content

Commit

Permalink
impl suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucqs committed Aug 28, 2023
1 parent ec475d6 commit 187986d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/evm/src/instructions/push_operations.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ impl PushOperations of PushOperationsTrait {
/// # Specification: https://www.evm.codes/#5f?fork=shanghai
#[inline(always)]
fn exec_push0(ref self: ExecutionContext) -> Result<(), EVMError> {
internal::exec_push_i(ref self, 0)
self.stack.push(0)
}


Expand Down

0 comments on commit 187986d

Please sign in to comment.