Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
olesHolem committed Oct 18, 2023
1 parent a17ec45 commit 479213f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/glue/code_unpacker_sha256/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,9 +653,9 @@ mod test {
let length_in_words = (input_length / 32) as u16;
let length_in_words_le = length_in_words.to_be_bytes();

use zkevm_opcode_defs::VersionedHashDef;
use zkevm_opcode_defs::versioned_hash::ContractCodeSha256;

use zkevm_opcode_defs::VersionedHashDef;

code_hash_in_internal_format[0] = ContractCodeSha256::VERSION_BYTE;
code_hash_in_internal_format[1] = 0;
code_hash_in_internal_format[2] = length_in_words_le[0];
Expand Down

0 comments on commit 479213f

Please sign in to comment.