Skip to content

Commit

Permalink
chore: Update comment to be more accurate (#1390)
Browse files Browse the repository at this point in the history
Update comment to be more accurate
  • Loading branch information
0x00101010 authored Sep 27, 2024
1 parent 754431d commit 505d8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc-types-debug/src/debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub struct ExecutionWitness {
/// Map of all contract codes (created / accessed) to their preimages that were required during
/// the execution of the block, including during state root recomputation.
///
/// `keccak(address) => bytecodes`
/// `keccak(bytecodes) => bytecodes`
pub codes: B256HashMap<Bytes>,
/// Map of all hashed account and storage keys (addresses and slots) to their preimages
/// (unhashed account addresses and storage slots, respectively) that were required during
Expand Down

0 comments on commit 505d8fb

Please sign in to comment.