Skip to content

Commit

Permalink
fix(EOF): jumpf gas was changes (#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored Jun 11, 2024
1 parent d7538fc commit 8d91886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/interpreter/src/gas/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pub const VERYLOW: u64 = 3;
pub const DATA_LOADN_GAS: u64 = 3;

pub const CONDITION_JUMP_GAS: u64 = 4;
pub const RETF_GAS: u64 = 4;
pub const RETF_GAS: u64 = 3;
pub const DATA_LOAD_GAS: u64 = 4;

pub const LOW: u64 = 5;
Expand Down

0 comments on commit 8d91886

Please sign in to comment.