Skip to content

Commit

Permalink
fix: bug in code chunk.
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb committed Sep 10, 2024
1 parent 7658954 commit 7293b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evm_transition_tool/geth.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def get_witness_check_mapping(
# Format code chunks using `evm verkle code-chunk-key`
if witness_check.code_chunks:
for address, code_chunk, value in witness_check.code_chunks:
code_chunk_tree_key_str = self.get_verkle_single_key(
code_chunk_tree_key_str = self.get_verkle_code_chunk_key(
address, ZeroPaddedHexNumber(code_chunk)
)
tree_key = bytearray.fromhex(code_chunk_tree_key_str[2:])
Expand Down

0 comments on commit 7293b91

Please sign in to comment.