Skip to content

Commit

Permalink
Update arithmetic.v
Browse files Browse the repository at this point in the history
  • Loading branch information
clarus authored Sep 10, 2024
1 parent 71a0217 commit 43852f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Definition div : MS? Evm.t Exception.t unit :=
letS? divisor := StateError.lift_lens Evm.Lens.stack pop in

(* GAS *)
letS? _ := charge_gas GAS_VERY_LOW in
letS? _ := charge_gas GAS_LOW in

(* OPERATION *)

Expand Down

0 comments on commit 43852f6

Please sign in to comment.