diff --git a/crates/interpreter/src/gas/constants.rs b/crates/interpreter/src/gas/constants.rs index 9475e3b33a..7d7956a4e5 100644 --- a/crates/interpreter/src/gas/constants.rs +++ b/crates/interpreter/src/gas/constants.rs @@ -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;