Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Ventura committed Aug 30, 2024
1 parent 2cf1cd9 commit 2a49da3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/op_handlers/far_call.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2a49da3

Please sign in to comment.