From 2a49da3a3eee18d83e83390752a0b7071724b541 Mon Sep 17 00:00:00 2001 From: Julian Ventura Date: Fri, 30 Aug 2024 09:49:14 -0300 Subject: [PATCH] Remove commented code --- src/op_handlers/far_call.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/op_handlers/far_call.rs b/src/op_handlers/far_call.rs index 25fbdb60..1f23ebe8 100644 --- a/src/op_handlers/far_call.rs +++ b/src/op_handlers/far_call.rs @@ -196,8 +196,6 @@ fn decommit_code_hash( _ => return Err(EraVmError::IncorrectBytecodeFormat), }; - // let code_key = U256::from_big_endian(&code_info_bytes); - let cost = if state.decommitted_hashes().contains(&code_hash) { 0 } else {