Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
Co-authored-by: Robin Salen <[email protected]>
  • Loading branch information
muursh and Nashtare authored Feb 16, 2024
1 parent 1cd6a5a commit 9141ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace_decoder/src/processed_block_trace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ struct CodeHashResolving<F> {

/// Code hash mappings that we have constructed from parsing the block
/// trace. If there are any txns that create contracts, then they will also
/// get added here as we processes the deltas.
/// get added here as we process the deltas.
extra_code_hash_mappings: HashMap<CodeHash, Vec<u8>>,
}

Expand Down

0 comments on commit 9141ddc

Please sign in to comment.